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