pub enum Ownerr {
IntNo = 0,
IntYes = 1,
}Expand description
BD Unavailable Error Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ownerr
impl Eq for Ownerr
impl StructuralPartialEq for Ownerr
Auto Trait Implementations§
impl Freeze for Ownerr
impl RefUnwindSafe for Ownerr
impl Send for Ownerr
impl Sync for Ownerr
impl Unpin for Ownerr
impl UnwindSafe for Ownerr
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