Struct win_sys::Memory::OFFER_PRIORITY
source · [−]#[repr(transparent)]pub struct OFFER_PRIORITY(pub i32);Expand description
Required features: ‘Win32_System_Memory’
Tuple Fields
0: i32Trait Implementations
sourceimpl Clone for OFFER_PRIORITY
impl Clone for OFFER_PRIORITY
sourcepub fn clone(&self) -> OFFER_PRIORITY
pub fn clone(&self) -> OFFER_PRIORITY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OFFER_PRIORITY
impl Debug for OFFER_PRIORITY
sourceimpl Default for OFFER_PRIORITY
impl Default for OFFER_PRIORITY
sourcepub fn default() -> OFFER_PRIORITY
pub fn default() -> OFFER_PRIORITY
Returns the “default value” for a type. Read more
sourceimpl PartialEq<OFFER_PRIORITY> for OFFER_PRIORITY
impl PartialEq<OFFER_PRIORITY> for OFFER_PRIORITY
sourcepub fn eq(&self, other: &OFFER_PRIORITY) -> bool
pub fn eq(&self, other: &OFFER_PRIORITY) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &OFFER_PRIORITY) -> bool
pub fn ne(&self, other: &OFFER_PRIORITY) -> bool
This method tests for !=.
impl Copy for OFFER_PRIORITY
impl Eq for OFFER_PRIORITY
impl StructuralEq for OFFER_PRIORITY
impl StructuralPartialEq for OFFER_PRIORITY
Auto Trait Implementations
impl RefUnwindSafe for OFFER_PRIORITY
impl Send for OFFER_PRIORITY
impl Sync for OFFER_PRIORITY
impl Unpin for OFFER_PRIORITY
impl UnwindSafe for OFFER_PRIORITY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more