#[repr(transparent)]pub struct MQDISCONNECT(pub i32);Expand description
Disconnect Types
Tuple Fields§
§0: i32Trait Implementations§
Source§impl AsMut<i32> for MQDISCONNECT
impl AsMut<i32> for MQDISCONNECT
Source§impl AsRef<i32> for MQDISCONNECT
impl AsRef<i32> for MQDISCONNECT
Source§impl Binary for MQDISCONNECT
impl Binary for MQDISCONNECT
Source§impl Clone for MQDISCONNECT
impl Clone for MQDISCONNECT
Source§fn clone(&self) -> MQDISCONNECT
fn clone(&self) -> MQDISCONNECT
Returns a duplicate 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 MQDISCONNECT
impl Debug for MQDISCONNECT
Source§impl Display for MQDISCONNECT
impl Display for MQDISCONNECT
Source§impl From<i32> for MQDISCONNECT
impl From<i32> for MQDISCONNECT
Source§fn from(value: i32) -> MQDISCONNECT
fn from(value: i32) -> MQDISCONNECT
Converts to this type from the input type.
Source§impl FromStr for MQDISCONNECT
impl FromStr for MQDISCONNECT
Source§impl HasConstLookup for MQDISCONNECT
impl HasConstLookup for MQDISCONNECT
Source§fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
Retrieve the static constant lookup table
Source§impl Hash for MQDISCONNECT
impl Hash for MQDISCONNECT
Source§impl LowerHex for MQDISCONNECT
impl LowerHex for MQDISCONNECT
Source§impl Ord for MQDISCONNECT
impl Ord for MQDISCONNECT
Source§fn cmp(&self, other: &MQDISCONNECT) -> Ordering
fn cmp(&self, other: &MQDISCONNECT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq<i32> for MQDISCONNECT
impl PartialEq<i32> for MQDISCONNECT
Source§impl PartialEq for MQDISCONNECT
impl PartialEq for MQDISCONNECT
Source§impl PartialOrd<i32> for MQDISCONNECT
impl PartialOrd<i32> for MQDISCONNECT
Source§impl PartialOrd for MQDISCONNECT
impl PartialOrd for MQDISCONNECT
Source§impl UpperHex for MQDISCONNECT
impl UpperHex for MQDISCONNECT
impl Copy for MQDISCONNECT
impl Eq for MQDISCONNECT
impl StructuralPartialEq for MQDISCONNECT
Auto Trait Implementations§
impl Freeze for MQDISCONNECT
impl RefUnwindSafe for MQDISCONNECT
impl Send for MQDISCONNECT
impl Sync for MQDISCONNECT
impl Unpin for MQDISCONNECT
impl UnwindSafe for MQDISCONNECT
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