Struct x11::xcursor::_XcursorChunkHeader
source · [−]#[repr(C)]pub struct _XcursorChunkHeader {
pub header: XcursorUInt,
pub type_: XcursorUInt,
pub subtype: XcursorUInt,
pub version: XcursorUInt,
}
Fields
header: XcursorUInt
type_: XcursorUInt
subtype: XcursorUInt
version: XcursorUInt
Trait Implementations
sourceimpl Clone for _XcursorChunkHeader
impl Clone for _XcursorChunkHeader
sourcefn clone(&self) -> _XcursorChunkHeader
fn clone(&self) -> _XcursorChunkHeader
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 _XcursorChunkHeader
impl Debug for _XcursorChunkHeader
impl Copy for _XcursorChunkHeader
Auto Trait Implementations
impl RefUnwindSafe for _XcursorChunkHeader
impl Send for _XcursorChunkHeader
impl Sync for _XcursorChunkHeader
impl Unpin for _XcursorChunkHeader
impl UnwindSafe for _XcursorChunkHeader
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