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