#[repr(u32)]pub enum IoxEnable {
Disable = 0,
Enable = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoxEnable
impl RefUnwindSafe for IoxEnable
impl Send for IoxEnable
impl Sync for IoxEnable
impl Unpin for IoxEnable
impl UnwindSafe for IoxEnable
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