#[repr(i32)]pub enum _OS_DEPLOYEMENT_STATE_VALUES {
OS_DEPLOYMENT_STANDARD = 1,
OS_DEPLOYMENT_COMPACT = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _OS_DEPLOYEMENT_STATE_VALUES
impl Clone for _OS_DEPLOYEMENT_STATE_VALUES
Source§fn clone(&self) -> _OS_DEPLOYEMENT_STATE_VALUES
fn clone(&self) -> _OS_DEPLOYEMENT_STATE_VALUES
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 _OS_DEPLOYEMENT_STATE_VALUES
impl Debug for _OS_DEPLOYEMENT_STATE_VALUES
Source§impl Hash for _OS_DEPLOYEMENT_STATE_VALUES
impl Hash for _OS_DEPLOYEMENT_STATE_VALUES
Source§impl PartialEq for _OS_DEPLOYEMENT_STATE_VALUES
impl PartialEq for _OS_DEPLOYEMENT_STATE_VALUES
Source§fn eq(&self, other: &_OS_DEPLOYEMENT_STATE_VALUES) -> bool
fn eq(&self, other: &_OS_DEPLOYEMENT_STATE_VALUES) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _OS_DEPLOYEMENT_STATE_VALUES
impl Eq for _OS_DEPLOYEMENT_STATE_VALUES
impl StructuralPartialEq for _OS_DEPLOYEMENT_STATE_VALUES
Auto Trait Implementations§
impl Freeze for _OS_DEPLOYEMENT_STATE_VALUES
impl RefUnwindSafe for _OS_DEPLOYEMENT_STATE_VALUES
impl Send for _OS_DEPLOYEMENT_STATE_VALUES
impl Sync for _OS_DEPLOYEMENT_STATE_VALUES
impl Unpin for _OS_DEPLOYEMENT_STATE_VALUES
impl UnwindSafe for _OS_DEPLOYEMENT_STATE_VALUES
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