Struct glutin::platform::unix::x11::ffi::_XcursorComments [−][src]
#[repr(C)]pub struct _XcursorComments {
pub ncomment: i32,
pub comments: *mut *mut _XcursorComment,
}
Fields
ncomment: i32
comments: *mut *mut _XcursorComment
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _XcursorComments
impl !Send for _XcursorComments
impl !Sync for _XcursorComments
impl Unpin for _XcursorComments
impl UnwindSafe for _XcursorComments
Blanket Implementations
Mutably borrows from an owned value. Read more