pub struct VramValidator { /* private fields */ }
Expand description
VRAM Validator for ensuring VRAM-only operations
Implementations§
Auto Trait Implementations§
impl Freeze for VramValidator
impl RefUnwindSafe for VramValidator
impl Send for VramValidator
impl Sync for VramValidator
impl Unpin for VramValidator
impl UnwindSafe for VramValidator
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