Struct xcb::x::SetupAuthenticateBuf
source · pub struct SetupAuthenticateBuf { /* private fields */ }
Implementations§
source§impl SetupAuthenticateBuf
impl SetupAuthenticateBuf
sourcepub fn new(status: u8, length: u16, reason: &[u8]) -> SetupAuthenticateBuf
pub fn new(status: u8, length: u16, reason: &[u8]) -> SetupAuthenticateBuf
Construct a new SetupAuthenticateBuf.
Methods from Deref<Target = SetupAuthenticate>§
Trait Implementations§
source§impl Borrow<SetupAuthenticate> for SetupAuthenticateBuf
impl Borrow<SetupAuthenticate> for SetupAuthenticateBuf
source§fn borrow(&self) -> &SetupAuthenticate
fn borrow(&self) -> &SetupAuthenticate
Immutably borrows from an owned value. Read more
source§impl Clone for SetupAuthenticateBuf
impl Clone for SetupAuthenticateBuf
source§fn clone(&self) -> SetupAuthenticateBuf
fn clone(&self) -> SetupAuthenticateBuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetupAuthenticateBuf
impl Debug for SetupAuthenticateBuf
Auto Trait Implementations§
impl Freeze for SetupAuthenticateBuf
impl RefUnwindSafe for SetupAuthenticateBuf
impl Send for SetupAuthenticateBuf
impl Sync for SetupAuthenticateBuf
impl Unpin for SetupAuthenticateBuf
impl UnwindSafe for SetupAuthenticateBuf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)