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