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