Struct xproto::xConnClientPrefix
source · #[repr(C)]pub struct xConnClientPrefix {
pub byteOrder: CARD8,
pub pad: BYTE,
pub majorVersion: CARD16,
pub minorVersion: CARD16,
pub nbytesAuthProto: CARD16,
pub nbytesAuthString: CARD16,
pub pad2: CARD16,
}Expand description
Connection setup structures. See Chapter 8: Connection Setup of the X Window System Protocol specification for details.
Fields
byteOrder: CARD8pad: BYTEmajorVersion: CARD16minorVersion: CARD16nbytesAuthProto: CARD16nbytesAuthString: CARD16pad2: CARD16Trait Implementations
sourceimpl Clone for xConnClientPrefix
impl Clone for xConnClientPrefix
sourcefn clone(&self) -> xConnClientPrefix
fn clone(&self) -> xConnClientPrefix
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 xConnClientPrefix
impl Debug for xConnClientPrefix
impl Copy for xConnClientPrefix
Auto Trait Implementations
impl RefUnwindSafe for xConnClientPrefix
impl Send for xConnClientPrefix
impl Sync for xConnClientPrefix
impl Unpin for xConnClientPrefix
impl UnwindSafe for xConnClientPrefix
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