Struct xproto::xInternAtomReq
source · #[repr(C)]pub struct xInternAtomReq {
pub reqType: CARD8,
pub onlyIfExists: BOOL,
pub length: CARD16,
pub nbytes: CARD16,
pub pad: CARD16,
}Fields
reqType: CARD8onlyIfExists: BOOLlength: CARD16nbytes: CARD16pad: CARD16Trait Implementations
sourceimpl Clone for xInternAtomReq
impl Clone for xInternAtomReq
sourcefn clone(&self) -> xInternAtomReq
fn clone(&self) -> xInternAtomReq
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 xInternAtomReq
impl Debug for xInternAtomReq
impl Copy for xInternAtomReq
Auto Trait Implementations
impl RefUnwindSafe for xInternAtomReq
impl Send for xInternAtomReq
impl Sync for xInternAtomReq
impl Unpin for xInternAtomReq
impl UnwindSafe for xInternAtomReq
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