Struct libamdgpu_top::ModeProp
source · pub struct ModeProp {
pub prop_type: drmModePropType,
pub prop_id: u32,
pub flags: u32,
pub name: String,
pub values: Vec<u64>,
pub enums: Vec<drm_mode_property_enum>,
}Fields§
§prop_type: drmModePropType§prop_id: u32§flags: u32§name: String§values: Vec<u64>§enums: Vec<drm_mode_property_enum>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ModeProp
impl Send for ModeProp
impl Sync for ModeProp
impl Unpin for ModeProp
impl UnwindSafe for ModeProp
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