Struct xproto::xChangePropertyReq
source · #[repr(C)]pub struct xChangePropertyReq {
pub reqType: CARD8,
pub mode: CARD8,
pub length: CARD16,
pub window: CARD32,
pub property: CARD32,
pub type_: CARD32,
pub format: CARD8,
pub pad: [BYTE; 3],
pub nUnits: CARD32,
}Fields
reqType: CARD8mode: CARD8length: CARD16window: CARD32property: CARD32type_: CARD32format: CARD8pad: [BYTE; 3]nUnits: CARD32Trait Implementations
sourceimpl Clone for xChangePropertyReq
impl Clone for xChangePropertyReq
sourcefn clone(&self) -> xChangePropertyReq
fn clone(&self) -> xChangePropertyReq
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 moresourceimpl Debug for xChangePropertyReq
impl Debug for xChangePropertyReq
impl Copy for xChangePropertyReq
Auto Trait Implementations
impl RefUnwindSafe for xChangePropertyReq
impl Send for xChangePropertyReq
impl Sync for xChangePropertyReq
impl Unpin for xChangePropertyReq
impl UnwindSafe for xChangePropertyReq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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