pub struct BWTR4 { /* private fields */ }
Expand description
BWTR4
Implementations§
Auto Trait Implementations§
impl !Freeze for BWTR4
impl !RefUnwindSafe for BWTR4
impl Send for BWTR4
impl !Sync for BWTR4
impl Unpin for BWTR4
impl UnwindSafe for BWTR4
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