pub struct CS4 { /* private fields */ }Expand description
Message Buffer 4 CS Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CS4
impl !RefUnwindSafe for CS4
impl Send for CS4
impl !Sync for CS4
impl Unpin for CS4
impl UnwindSafe for CS4
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