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