#[repr(u8)]pub enum DrmVendor {
Allwinner = 9,
Amd = 2,
Amlogic = 10,
Arm = 8,
Broadcom = 7,
Intel = 1,
Nvidia = 3,
Qcom = 5,
Samsung = 4,
Vivante = 6,
}
Variants§
Allwinner = 9
Amd = 2
Amlogic = 10
Arm = 8
Broadcom = 7
Intel = 1
Nvidia = 3
Qcom = 5
Samsung = 4
Vivante = 6
Trait Implementations§
impl Copy for DrmVendor
impl Eq for DrmVendor
impl StructuralPartialEq for DrmVendor
Auto Trait Implementations§
impl Freeze for DrmVendor
impl RefUnwindSafe for DrmVendor
impl Send for DrmVendor
impl Sync for DrmVendor
impl Unpin for DrmVendor
impl UnwindSafe for DrmVendor
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