Struct x11_dl::xcursor::_XcursorComment [−][src]
#[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
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
Mutably borrows from an owned value. Read more