Struct drm_sys::drm_modeset_ctl
source · #[repr(C)]pub struct drm_modeset_ctl {
pub crtc: __u32,
pub cmd: __u32,
}
Fields§
§crtc: __u32
§cmd: __u32
Trait Implementations§
source§impl Clone for drm_modeset_ctl
impl Clone for drm_modeset_ctl
source§fn clone(&self) -> drm_modeset_ctl
fn clone(&self) -> drm_modeset_ctl
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 drm_modeset_ctl
impl Debug for drm_modeset_ctl
source§impl Default for drm_modeset_ctl
impl Default for drm_modeset_ctl
source§fn default() -> drm_modeset_ctl
fn default() -> drm_modeset_ctl
Returns the “default value” for a type. Read more
source§impl Hash for drm_modeset_ctl
impl Hash for drm_modeset_ctl
source§impl PartialEq for drm_modeset_ctl
impl PartialEq for drm_modeset_ctl
impl Copy for drm_modeset_ctl
impl Eq for drm_modeset_ctl
impl StructuralPartialEq for drm_modeset_ctl
Auto Trait Implementations§
impl Freeze for drm_modeset_ctl
impl RefUnwindSafe for drm_modeset_ctl
impl Send for drm_modeset_ctl
impl Sync for drm_modeset_ctl
impl Unpin for drm_modeset_ctl
impl UnwindSafe for drm_modeset_ctl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)