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