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