Struct xproto::xGetGeometryReply
source · #[repr(C)]pub struct xGetGeometryReply {}Fields
type_: BYTEdepth: CARD8sequenceNumber: CARD16length: CARD32root: CARD32x: INT16y: INT16width: CARD16height: CARD16borderWidth: CARD16pad1: CARD16pad2: CARD32pad3: CARD32Trait Implementations
sourceimpl Clone for xGetGeometryReply
impl Clone for xGetGeometryReply
sourcefn clone(&self) -> xGetGeometryReply
fn clone(&self) -> xGetGeometryReply
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 xGetGeometryReply
impl Debug for xGetGeometryReply
impl Copy for xGetGeometryReply
Auto Trait Implementations
impl RefUnwindSafe for xGetGeometryReply
impl Send for xGetGeometryReply
impl Sync for xGetGeometryReply
impl Unpin for xGetGeometryReply
impl UnwindSafe for xGetGeometryReply
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