pub struct W { /* private fields */ }Expand description
Array of registers: W_[%s]
Implementations§
Trait Implementations§
impl Copy for W
impl Eq for W
impl Send for W
impl StructuralPartialEq for W
impl Sync for W
Auto Trait Implementations§
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