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