#[repr(C)]pub struct ST { /* private fields */ }
Expand description
Stream cluster: S?CR, S?NDTR, S?M0AR, S?M1AR and S?FCR registers
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ST
impl !RefUnwindSafe for ST
impl Send for ST
impl !Sync for ST
impl Unpin for ST
impl UnwindSafe for ST
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