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