pub enum IfacFlag {
Open = 0,
Authenticated = 1,
}Variants§
Trait Implementations§
impl Copy for IfacFlag
impl Eq for IfacFlag
impl StructuralPartialEq for IfacFlag
Auto Trait Implementations§
impl Freeze for IfacFlag
impl RefUnwindSafe for IfacFlag
impl Send for IfacFlag
impl Sync for IfacFlag
impl Unpin for IfacFlag
impl UnsafeUnpin for IfacFlag
impl UnwindSafe for IfacFlag
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