Struct x11_dl::xcursor::_XcursorComments [−][src]
#[repr(C)]pub struct _XcursorComments {
pub ncomment: c_int,
pub comments: *mut *mut XcursorComment,
}
Fields
ncomment: c_int
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