#[repr(i32)]pub enum OFFER_PRIORITY {
VmOfferPriorityVeryLow = 1,
VmOfferPriorityLow = 2,
VmOfferPriorityBelowNormal = 3,
VmOfferPriorityNormal = 4,
}Variants§
VmOfferPriorityVeryLow = 1
VmOfferPriorityLow = 2
VmOfferPriorityBelowNormal = 3
VmOfferPriorityNormal = 4
Trait Implementations§
Source§impl Clone for OFFER_PRIORITY
impl Clone for OFFER_PRIORITY
Source§fn clone(&self) -> OFFER_PRIORITY
fn clone(&self) -> OFFER_PRIORITY
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 OFFER_PRIORITY
impl Debug for OFFER_PRIORITY
Source§impl Hash for OFFER_PRIORITY
impl Hash for OFFER_PRIORITY
Source§impl PartialEq for OFFER_PRIORITY
impl PartialEq for OFFER_PRIORITY
impl Copy for OFFER_PRIORITY
impl Eq for OFFER_PRIORITY
impl StructuralPartialEq for OFFER_PRIORITY
Auto Trait Implementations§
impl Freeze for OFFER_PRIORITY
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§
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