pub enum ObjectInfoType {
Connector,
Encoder,
Mode,
Property,
Framebuffer,
Blob,
Plane,
Crtc,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectInfoType
impl Clone for ObjectInfoType
Source§fn clone(&self) -> ObjectInfoType
fn clone(&self) -> ObjectInfoType
Returns a copy 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 ObjectInfoType
impl Debug for ObjectInfoType
Source§impl From<ObjectInfoType> for u32
impl From<ObjectInfoType> for u32
Source§fn from(n: ObjectInfoType) -> Self
fn from(n: ObjectInfoType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ObjectInfoType
impl PartialEq for ObjectInfoType
impl Copy for ObjectInfoType
impl Eq for ObjectInfoType
impl StructuralPartialEq for ObjectInfoType
Auto Trait Implementations§
impl Freeze for ObjectInfoType
impl RefUnwindSafe for ObjectInfoType
impl Send for ObjectInfoType
impl Sync for ObjectInfoType
impl Unpin for ObjectInfoType
impl UnwindSafe for ObjectInfoType
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