Struct glutin::platform::unix::x11::ffi::_XcursorComment [−][src]
#[repr(C)]pub struct _XcursorComment {
pub version: u32,
pub comment_type: u32,
pub comment: *mut i8,
}
Fields
version: u32
comment_type: u32
comment: *mut i8
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