#[repr(u8)]pub enum Fdb {
NotifyBit = 1,
NotifyInactiveBit = 2,
_MAX = 3,
}
Variants§
Trait Implementations§
impl Copy for Fdb
impl Eq for Fdb
impl StructuralPartialEq for Fdb
Auto Trait Implementations§
impl Freeze for Fdb
impl RefUnwindSafe for Fdb
impl Send for Fdb
impl Sync for Fdb
impl Unpin for Fdb
impl UnwindSafe for Fdb
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