#[repr(transparent)]pub struct VkDriverId(pub i32);Expand description
VkDriverId
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkDriverId
impl Clone for VkDriverId
Source§fn clone(&self) -> VkDriverId
fn clone(&self) -> VkDriverId
Returns a duplicate of the value. Read more
1.0.0 · 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 VkDriverId
impl Debug for VkDriverId
Source§impl Default for VkDriverId
impl Default for VkDriverId
Source§fn default() -> VkDriverId
fn default() -> VkDriverId
Returns the “default value” for a type. Read more
Source§impl Display for VkDriverId
impl Display for VkDriverId
Source§impl From<VkDriverId> for i32
impl From<VkDriverId> for i32
Source§fn from(value: VkDriverId) -> Self
fn from(value: VkDriverId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkDriverId
impl From<i32> for VkDriverId
Source§impl Hash for VkDriverId
impl Hash for VkDriverId
Source§impl Ord for VkDriverId
impl Ord for VkDriverId
Source§fn cmp(&self, other: &VkDriverId) -> Ordering
fn cmp(&self, other: &VkDriverId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkDriverId
impl PartialEq for VkDriverId
Source§impl PartialOrd for VkDriverId
impl PartialOrd for VkDriverId
impl Copy for VkDriverId
impl Eq for VkDriverId
impl StructuralPartialEq for VkDriverId
Auto Trait Implementations§
impl Freeze for VkDriverId
impl RefUnwindSafe for VkDriverId
impl Send for VkDriverId
impl Sync for VkDriverId
impl Unpin for VkDriverId
impl UnsafeUnpin for VkDriverId
impl UnwindSafe for VkDriverId
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