Struct x11::xcursor::_XcursorFileHeader
source · [−]#[repr(C)]pub struct _XcursorFileHeader {
pub magic: XcursorUInt,
pub header: XcursorUInt,
pub version: XcursorUInt,
pub ntoc: XcursorUInt,
pub tocs: *mut XcursorFileToc,
}
Fields
magic: XcursorUInt
header: XcursorUInt
version: XcursorUInt
ntoc: XcursorUInt
tocs: *mut XcursorFileToc
Trait Implementations
sourceimpl Clone for _XcursorFileHeader
impl Clone for _XcursorFileHeader
sourcefn clone(&self) -> _XcursorFileHeader
fn clone(&self) -> _XcursorFileHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XcursorFileHeader
impl Debug for _XcursorFileHeader
impl Copy for _XcursorFileHeader
Auto Trait Implementations
impl RefUnwindSafe for _XcursorFileHeader
impl !Send for _XcursorFileHeader
impl !Sync for _XcursorFileHeader
impl Unpin for _XcursorFileHeader
impl UnwindSafe for _XcursorFileHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more