pub enum VregEvent {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for VregEvent
impl RefUnwindSafe for VregEvent
impl Send for VregEvent
impl Sync for VregEvent
impl Unpin for VregEvent
impl UnsafeUnpin for VregEvent
impl UnwindSafe for VregEvent
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