Struct xproto::xReparentWindowReq
source · #[repr(C)]pub struct xReparentWindowReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub window: CARD32,
pub parent: CARD32,
pub x: INT16,
pub y: INT16,
}Fields
reqType: CARD8pad: BYTElength: CARD16window: CARD32parent: CARD32x: INT16y: INT16Trait Implementations
sourceimpl Clone for xReparentWindowReq
impl Clone for xReparentWindowReq
sourcefn clone(&self) -> xReparentWindowReq
fn clone(&self) -> xReparentWindowReq
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 xReparentWindowReq
impl Debug for xReparentWindowReq
impl Copy for xReparentWindowReq
Auto Trait Implementations
impl RefUnwindSafe for xReparentWindowReq
impl Send for xReparentWindowReq
impl Sync for xReparentWindowReq
impl Unpin for xReparentWindowReq
impl UnwindSafe for xReparentWindowReq
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