#[repr(u8)]pub enum IntEnable {
INT_DISABLE = 0,
INT_ENABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for IntEnable
impl Ord for IntEnable
Source§impl PartialOrd for IntEnable
impl PartialOrd for IntEnable
impl Copy for IntEnable
impl Eq for IntEnable
impl StructuralPartialEq for IntEnable
Auto Trait Implementations§
impl Freeze for IntEnable
impl RefUnwindSafe for IntEnable
impl Send for IntEnable
impl Sync for IntEnable
impl Unpin for IntEnable
impl UnwindSafe for IntEnable
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