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