pub struct VgpuTypeId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for VgpuTypeId
impl Clone for VgpuTypeId
Source§fn clone(&self) -> VgpuTypeId
fn clone(&self) -> VgpuTypeId
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 VgpuTypeId
impl Debug for VgpuTypeId
Source§impl Hash for VgpuTypeId
impl Hash for VgpuTypeId
Source§impl PartialEq for VgpuTypeId
impl PartialEq for VgpuTypeId
Source§fn eq(&self, other: &VgpuTypeId) -> bool
fn eq(&self, other: &VgpuTypeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuTypeId
impl Eq for VgpuTypeId
impl StructuralPartialEq for VgpuTypeId
Auto Trait Implementations§
impl Freeze for VgpuTypeId
impl RefUnwindSafe for VgpuTypeId
impl Send for VgpuTypeId
impl Sync for VgpuTypeId
impl Unpin for VgpuTypeId
impl UnsafeUnpin for VgpuTypeId
impl UnwindSafe for VgpuTypeId
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