pub struct Gpu(/* private fields */);
Expand description
A GPU component.
Implementations§
Source§impl Gpu
impl Gpu
Trait Implementations§
Source§impl Ord for Gpu
impl Ord for Gpu
Source§impl PartialOrd for Gpu
impl PartialOrd for Gpu
impl Copy for Gpu
impl Eq for Gpu
impl StructuralPartialEq for Gpu
Auto Trait Implementations§
impl Freeze for Gpu
impl RefUnwindSafe for Gpu
impl Send for Gpu
impl Sync for Gpu
impl Unpin for Gpu
impl UnwindSafe for Gpu
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