#[repr(C)]pub struct Oar1W { /* private fields */ }
Implementations§
Source§impl Oar1W
impl Oar1W
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Oar1W
impl RefUnwindSafe for Oar1W
impl Send for Oar1W
impl Sync for Oar1W
impl Unpin for Oar1W
impl UnwindSafe for Oar1W
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