#[repr(C)]pub struct REG_Q { /* private fields */ }
Expand description
Cluster REG_Q%s, containing REG_Q?_WORD0, REG_Q?_WORD1
Implementations§
Auto Trait Implementations§
impl !Freeze for REG_Q
impl !RefUnwindSafe for REG_Q
impl Send for REG_Q
impl !Sync for REG_Q
impl Unpin for REG_Q
impl UnwindSafe for REG_Q
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