Struct xproto::xCreateWindowReq
source · #[repr(C)]pub struct xCreateWindowReq {}Fields
reqType: CARD8depth: CARD8length: CARD16wid: CARD32parent: CARD32x: INT16y: INT16width: CARD16height: CARD16borderWidth: CARD16class: CARD16visual: CARD32mask: CARD32Trait Implementations
sourceimpl Clone for xCreateWindowReq
impl Clone for xCreateWindowReq
sourcefn clone(&self) -> xCreateWindowReq
fn clone(&self) -> xCreateWindowReq
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 xCreateWindowReq
impl Debug for xCreateWindowReq
impl Copy for xCreateWindowReq
Auto Trait Implementations
impl RefUnwindSafe for xCreateWindowReq
impl Send for xCreateWindowReq
impl Sync for xCreateWindowReq
impl Unpin for xCreateWindowReq
impl UnwindSafe for xCreateWindowReq
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