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