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