pub struct VgpuInstanceId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for VgpuInstanceId
impl Clone for VgpuInstanceId
Source§fn clone(&self) -> VgpuInstanceId
fn clone(&self) -> VgpuInstanceId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VgpuInstanceId
impl Debug for VgpuInstanceId
Source§impl Hash for VgpuInstanceId
impl Hash for VgpuInstanceId
Source§impl PartialEq for VgpuInstanceId
impl PartialEq for VgpuInstanceId
Source§fn eq(&self, other: &VgpuInstanceId) -> bool
fn eq(&self, other: &VgpuInstanceId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuInstanceId
impl Eq for VgpuInstanceId
impl StructuralPartialEq for VgpuInstanceId
Auto Trait Implementations§
impl Freeze for VgpuInstanceId
impl RefUnwindSafe for VgpuInstanceId
impl Send for VgpuInstanceId
impl Sync for VgpuInstanceId
impl Unpin for VgpuInstanceId
impl UnsafeUnpin for VgpuInstanceId
impl UnwindSafe for VgpuInstanceId
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