Struct xproto::xTranslateCoordsReq
source · #[repr(C)]pub struct xTranslateCoordsReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub srcWid: CARD32,
pub dstWid: CARD32,
pub srcX: INT16,
pub srcY: INT16,
}Fields
reqType: CARD8pad: BYTElength: CARD16srcWid: CARD32dstWid: CARD32srcX: INT16srcY: INT16Trait Implementations
sourceimpl Clone for xTranslateCoordsReq
impl Clone for xTranslateCoordsReq
sourcefn clone(&self) -> xTranslateCoordsReq
fn clone(&self) -> xTranslateCoordsReq
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 xTranslateCoordsReq
impl Debug for xTranslateCoordsReq
impl Copy for xTranslateCoordsReq
Auto Trait Implementations
impl RefUnwindSafe for xTranslateCoordsReq
impl Send for xTranslateCoordsReq
impl Sync for xTranslateCoordsReq
impl Unpin for xTranslateCoordsReq
impl UnwindSafe for xTranslateCoordsReq
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