pub enum MacError {
Error = 1,
NotImplemented = 2,
NotSupported = 3,
HardwareNotSupported = 4,
Undefined = 5,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacError
impl RefUnwindSafe for MacError
impl Send for MacError
impl Sync for MacError
impl Unpin for MacError
impl UnwindSafe for MacError
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