pub struct Cr<const P: char, const H: bool>(/* private fields */);
Expand description
Opaque CR register
Auto Trait Implementations§
impl<const P: char, const H: bool> Freeze for Cr<P, H>
impl<const P: char, const H: bool> RefUnwindSafe for Cr<P, H>
impl<const P: char, const H: bool> Send for Cr<P, H>
impl<const P: char, const H: bool> Sync for Cr<P, H>
impl<const P: char, const H: bool> Unpin for Cr<P, H>
impl<const P: char, const H: bool> UnwindSafe for Cr<P, H>
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