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: XcursorUIntcomment_type: XcursorUIntcomment: *mut c_charTrait 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
