#[repr(u16)]pub enum PortModFailed {
BadPort = 0,
BadHwAddr = 1,
}Expand description
Reason a PortMod from the controller failed.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortModFailed
impl RefUnwindSafe for PortModFailed
impl Send for PortModFailed
impl Sync for PortModFailed
impl Unpin for PortModFailed
impl UnsafeUnpin for PortModFailed
impl UnwindSafe for PortModFailed
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