pub struct PattgenRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for PattgenRegisters
impl !RefUnwindSafe for PattgenRegisters
impl Send for PattgenRegisters
impl !Sync for PattgenRegisters
impl Unpin for PattgenRegisters
impl UnwindSafe for PattgenRegisters
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