pub struct S6CR { /* private fields */ }
Expand description
stream x configuration register
Implementations§
Auto Trait Implementations§
impl !Freeze for S6CR
impl !RefUnwindSafe for S6CR
impl Send for S6CR
impl !Sync for S6CR
impl Unpin for S6CR
impl UnwindSafe for S6CR
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