#[repr(transparent)]pub struct IMSGPRIORITY(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for IMSGPRIORITY
impl Clone for IMSGPRIORITY
Source§fn clone(&self) -> IMSGPRIORITY
fn clone(&self) -> IMSGPRIORITY
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IMSGPRIORITY
Source§impl Debug for IMSGPRIORITY
impl Debug for IMSGPRIORITY
Source§impl Default for IMSGPRIORITY
impl Default for IMSGPRIORITY
Source§fn default() -> IMSGPRIORITY
fn default() -> IMSGPRIORITY
Returns the “default value” for a type. Read more
impl Eq for IMSGPRIORITY
Source§impl PartialEq for IMSGPRIORITY
impl PartialEq for IMSGPRIORITY
Source§fn eq(&self, other: &IMSGPRIORITY) -> bool
fn eq(&self, other: &IMSGPRIORITY) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IMSGPRIORITY
Auto Trait Implementations§
impl Freeze for IMSGPRIORITY
impl RefUnwindSafe for IMSGPRIORITY
impl Send for IMSGPRIORITY
impl Sync for IMSGPRIORITY
impl Unpin for IMSGPRIORITY
impl UnsafeUnpin for IMSGPRIORITY
impl UnwindSafe for IMSGPRIORITY
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