#[repr(u8)]pub enum MacStatus {
Success = 0,
Failure = 255,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacStatus
impl RefUnwindSafe for MacStatus
impl Send for MacStatus
impl Sync for MacStatus
impl Unpin for MacStatus
impl UnwindSafe for MacStatus
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