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