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