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