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