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