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