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