pub enum DrmBus {
PCI = 0,
USB = 1,
PLATFORM = 2,
HOST1X = 3,
VIRTIO = 16,
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for DrmBus
Auto Trait Implementations§
impl Freeze for DrmBus
impl RefUnwindSafe for DrmBus
impl Send for DrmBus
impl Sync for DrmBus
impl Unpin for DrmBus
impl UnwindSafe for DrmBus
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