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