pub struct CswRegister;Expand description
Control/Status Word Register descriptor (read-write)
Trait Implementations§
impl ApRegister for CswRegister
Source§impl ReadableRegister for CswRegister
impl ReadableRegister for CswRegister
Source§impl RegisterDescriptor for CswRegister
impl RegisterDescriptor for CswRegister
Auto Trait Implementations§
impl Freeze for CswRegister
impl RefUnwindSafe for CswRegister
impl Send for CswRegister
impl Sync for CswRegister
impl Unpin for CswRegister
impl UnsafeUnpin for CswRegister
impl UnwindSafe for CswRegister
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