Struct xproto::xConnSetupPrefix
source · #[repr(C)]pub struct xConnSetupPrefix {
pub success: CARD8,
pub lengthReason: BYTE,
pub majorVersion: CARD16,
pub minorVersion: CARD16,
pub length: CARD16,
}Fields
success: CARD8lengthReason: BYTEmajorVersion: CARD16minorVersion: CARD16length: CARD16Trait Implementations
sourceimpl Clone for xConnSetupPrefix
impl Clone for xConnSetupPrefix
sourcefn clone(&self) -> xConnSetupPrefix
fn clone(&self) -> xConnSetupPrefix
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 xConnSetupPrefix
impl Debug for xConnSetupPrefix
impl Copy for xConnSetupPrefix
Auto Trait Implementations
impl RefUnwindSafe for xConnSetupPrefix
impl Send for xConnSetupPrefix
impl Sync for xConnSetupPrefix
impl Unpin for xConnSetupPrefix
impl UnwindSafe for xConnSetupPrefix
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