pub struct Object { /* private fields */ }Expand description
Unified object used in GPU operations
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Object
impl !UnwindSafe for Object
impl Freeze for Object
impl Unpin for Object
impl UnsafeUnpin for Object
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