Struct x11_dl::xcursor::_XcursorFileHeader  
                   
                       [−]
                   
               [src]
#[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
impl Debug for _XcursorFileHeader[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for _XcursorFileHeader[src]
fn clone(&self) -> _XcursorFileHeader[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more