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