Struct xproto::xGetAtomNameReply
source · #[repr(C)]pub struct xGetAtomNameReply {
pub type_: BYTE,
pub pad1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub nameLength: CARD16,
pub pad2: CARD16,
pub pad3: CARD32,
pub pad4: CARD32,
pub pad5: CARD32,
pub pad6: CARD32,
pub pad7: CARD32,
}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32nameLength: CARD16pad2: CARD16pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32pad7: CARD32Trait Implementations
sourceimpl Clone for xGetAtomNameReply
impl Clone for xGetAtomNameReply
sourcefn clone(&self) -> xGetAtomNameReply
fn clone(&self) -> xGetAtomNameReply
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 xGetAtomNameReply
impl Debug for xGetAtomNameReply
impl Copy for xGetAtomNameReply
Auto Trait Implementations
impl RefUnwindSafe for xGetAtomNameReply
impl Send for xGetAtomNameReply
impl Sync for xGetAtomNameReply
impl Unpin for xGetAtomNameReply
impl UnwindSafe for xGetAtomNameReply
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