Struct DISCONNECT_CODE
#[repr(transparent)]pub struct DISCONNECT_CODE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DISCONNECT_CODE
impl Clone for DISCONNECT_CODE
§fn clone(&self) -> DISCONNECT_CODE
fn clone(&self) -> DISCONNECT_CODE
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 more§impl Debug for DISCONNECT_CODE
impl Debug for DISCONNECT_CODE
§impl Default for DISCONNECT_CODE
impl Default for DISCONNECT_CODE
§fn default() -> DISCONNECT_CODE
fn default() -> DISCONNECT_CODE
Returns the “default value” for a type. Read more
§impl PartialEq for DISCONNECT_CODE
impl PartialEq for DISCONNECT_CODE
impl Copy for DISCONNECT_CODE
impl Eq for DISCONNECT_CODE
impl StructuralPartialEq for DISCONNECT_CODE
Auto Trait Implementations§
impl Freeze for DISCONNECT_CODE
impl RefUnwindSafe for DISCONNECT_CODE
impl Send for DISCONNECT_CODE
impl Sync for DISCONNECT_CODE
impl Unpin for DISCONNECT_CODE
impl UnwindSafe for DISCONNECT_CODE
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