#[repr(u32)]pub enum MsAfwZone {
MsAfwZoneBoundaryPolicy,
MsAfwZoneUnprotectedPolicy,
MsAfwZoneProtectedPolicy,
Unknown(u32),
}Variants§
Trait Implementations§
impl Copy for MsAfwZone
impl Eq for MsAfwZone
impl StructuralPartialEq for MsAfwZone
Auto Trait Implementations§
impl Freeze for MsAfwZone
impl RefUnwindSafe for MsAfwZone
impl Send for MsAfwZone
impl Sync for MsAfwZone
impl Unpin for MsAfwZone
impl UnwindSafe for MsAfwZone
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