Struct x11::xcursor::_XcursorComment
source · [−]#[repr(C)]pub struct _XcursorComment {
pub version: XcursorUInt,
pub comment_type: XcursorUInt,
pub comment: *mut c_char,
}
Fields
version: XcursorUInt
comment_type: XcursorUInt
comment: *mut c_char
Trait Implementations
sourceimpl Clone for _XcursorComment
impl Clone for _XcursorComment
sourcefn clone(&self) -> _XcursorComment
fn clone(&self) -> _XcursorComment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XcursorComment
impl Debug for _XcursorComment
impl Copy for _XcursorComment
Auto Trait Implementations
impl RefUnwindSafe for _XcursorComment
impl !Send for _XcursorComment
impl !Sync for _XcursorComment
impl Unpin for _XcursorComment
impl UnwindSafe for _XcursorComment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more