pub struct LowVRAMDetectedEventHandler { /* private fields */ }
Expand description
Insufficient VRAM detected, need to free some GPU resources */
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LowVRAMDetectedEventHandler
impl !RefUnwindSafe for LowVRAMDetectedEventHandler
impl !Send for LowVRAMDetectedEventHandler
impl !Sync for LowVRAMDetectedEventHandler
impl Unpin for LowVRAMDetectedEventHandler
impl !UnwindSafe for LowVRAMDetectedEventHandler
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