Struct drm_sys::drm_mode_connector_set_property
source · #[repr(C)]pub struct drm_mode_connector_set_property {
pub value: __u64,
pub prop_id: __u32,
pub connector_id: __u32,
}
Fields§
§value: __u64
§prop_id: __u32
§connector_id: __u32
Trait Implementations§
source§impl Clone for drm_mode_connector_set_property
impl Clone for drm_mode_connector_set_property
source§fn clone(&self) -> drm_mode_connector_set_property
fn clone(&self) -> drm_mode_connector_set_property
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 Default for drm_mode_connector_set_property
impl Default for drm_mode_connector_set_property
source§fn default() -> drm_mode_connector_set_property
fn default() -> drm_mode_connector_set_property
Returns the “default value” for a type. Read more
source§impl PartialEq for drm_mode_connector_set_property
impl PartialEq for drm_mode_connector_set_property
source§fn eq(&self, other: &drm_mode_connector_set_property) -> bool
fn eq(&self, other: &drm_mode_connector_set_property) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_mode_connector_set_property
impl Eq for drm_mode_connector_set_property
impl StructuralPartialEq for drm_mode_connector_set_property
Auto Trait Implementations§
impl Freeze for drm_mode_connector_set_property
impl RefUnwindSafe for drm_mode_connector_set_property
impl Send for drm_mode_connector_set_property
impl Sync for drm_mode_connector_set_property
impl Unpin for drm_mode_connector_set_property
impl UnwindSafe for drm_mode_connector_set_property
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