Struct xproto::xConfigureWindowReq
source · #[repr(C)]pub struct xConfigureWindowReq {
pub reqType: CARD8,
pub pad: CARD8,
pub length: CARD16,
pub window: CARD32,
pub mask: CARD16,
pub pad2: CARD16,
}Fields
reqType: CARD8pad: CARD8length: CARD16window: CARD32mask: CARD16pad2: CARD16Trait Implementations
sourceimpl Clone for xConfigureWindowReq
impl Clone for xConfigureWindowReq
sourcefn clone(&self) -> xConfigureWindowReq
fn clone(&self) -> xConfigureWindowReq
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 xConfigureWindowReq
impl Debug for xConfigureWindowReq
impl Copy for xConfigureWindowReq
Auto Trait Implementations
impl RefUnwindSafe for xConfigureWindowReq
impl Send for xConfigureWindowReq
impl Sync for xConfigureWindowReq
impl Unpin for xConfigureWindowReq
impl UnwindSafe for xConfigureWindowReq
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