pub struct VramBudgetManager { /* private fields */ }Expand description
VRAM budget manager to prevent out-of-memory errors.
Implementations§
Source§impl VramBudgetManager
impl VramBudgetManager
Auto Trait Implementations§
impl Freeze for VramBudgetManager
impl RefUnwindSafe for VramBudgetManager
impl Send for VramBudgetManager
impl Sync for VramBudgetManager
impl Unpin for VramBudgetManager
impl UnsafeUnpin for VramBudgetManager
impl UnwindSafe for VramBudgetManager
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