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