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