pub struct BidimodeR { /* private fields */ }
Expand description
Value of the field BIDIMODE
Implementations§
Auto Trait Implementations§
impl Freeze for BidimodeR
impl RefUnwindSafe for BidimodeR
impl Send for BidimodeR
impl Sync for BidimodeR
impl Unpin for BidimodeR
impl UnwindSafe for BidimodeR
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