#[repr(u32)]pub enum VgpuLicenseState {
Unknown = 0,
Uninitialized = 1,
UnlicensedUnrestricted = 2,
UnlicensedRestricted = 3,
Unlicensed = 4,
Licensed = 5,
}Variants§
Unknown = 0
Uninitialized = 1
UnlicensedUnrestricted = 2
UnlicensedRestricted = 3
Unlicensed = 4
Licensed = 5
Trait Implementations§
Source§impl Clone for VgpuLicenseState
impl Clone for VgpuLicenseState
Source§fn clone(&self) -> VgpuLicenseState
fn clone(&self) -> VgpuLicenseState
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 moreimpl Copy for VgpuLicenseState
Source§impl Debug for VgpuLicenseState
impl Debug for VgpuLicenseState
impl Eq for VgpuLicenseState
Source§impl From<u32> for VgpuLicenseState
impl From<u32> for VgpuLicenseState
Source§impl Hash for VgpuLicenseState
impl Hash for VgpuLicenseState
Source§impl PartialEq for VgpuLicenseState
impl PartialEq for VgpuLicenseState
impl StructuralPartialEq for VgpuLicenseState
Auto Trait Implementations§
impl Freeze for VgpuLicenseState
impl RefUnwindSafe for VgpuLicenseState
impl Send for VgpuLicenseState
impl Sync for VgpuLicenseState
impl Unpin for VgpuLicenseState
impl UnsafeUnpin for VgpuLicenseState
impl UnwindSafe for VgpuLicenseState
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