#[repr(i32)]pub enum _STORAGE_ZONE_CONDITION {
ZoneConditionConventional = 0,
ZoneConditionEmpty = 1,
ZoneConditionImplicitlyOpened = 2,
ZoneConditionExplicitlyOpened = 3,
ZoneConditionClosed = 4,
ZoneConditionReadOnly = 13,
ZoneConditionFull = 14,
ZoneConditionOffline = 15,
}Variants§
ZoneConditionConventional = 0
ZoneConditionEmpty = 1
ZoneConditionImplicitlyOpened = 2
ZoneConditionExplicitlyOpened = 3
ZoneConditionClosed = 4
ZoneConditionReadOnly = 13
ZoneConditionFull = 14
ZoneConditionOffline = 15
Trait Implementations§
Source§impl Clone for _STORAGE_ZONE_CONDITION
impl Clone for _STORAGE_ZONE_CONDITION
Source§fn clone(&self) -> _STORAGE_ZONE_CONDITION
fn clone(&self) -> _STORAGE_ZONE_CONDITION
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 _STORAGE_ZONE_CONDITION
impl Debug for _STORAGE_ZONE_CONDITION
Source§impl Hash for _STORAGE_ZONE_CONDITION
impl Hash for _STORAGE_ZONE_CONDITION
Source§impl PartialEq for _STORAGE_ZONE_CONDITION
impl PartialEq for _STORAGE_ZONE_CONDITION
impl Copy for _STORAGE_ZONE_CONDITION
impl Eq for _STORAGE_ZONE_CONDITION
impl StructuralPartialEq for _STORAGE_ZONE_CONDITION
Auto Trait Implementations§
impl Freeze for _STORAGE_ZONE_CONDITION
impl RefUnwindSafe for _STORAGE_ZONE_CONDITION
impl Send for _STORAGE_ZONE_CONDITION
impl Sync for _STORAGE_ZONE_CONDITION
impl Unpin for _STORAGE_ZONE_CONDITION
impl UnwindSafe for _STORAGE_ZONE_CONDITION
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