pub struct DrmEncoder {
pub encoder_id: u32,
pub encoder_type: EncoderType,
pub crtc_id: Option<u32>,
pub possible_crtcs: u32,
}Expand description
DRM encoder (links CRTC to connector)
Fields§
§encoder_id: u32§encoder_type: EncoderType§crtc_id: Option<u32>Which CRTC this encoder is bound to (None if unbound)
possible_crtcs: u32Bitmask of possible CRTCs
Trait Implementations§
Source§impl Clone for DrmEncoder
impl Clone for DrmEncoder
Source§fn clone(&self) -> DrmEncoder
fn clone(&self) -> DrmEncoder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DrmEncoder
impl RefUnwindSafe for DrmEncoder
impl Send for DrmEncoder
impl Sync for DrmEncoder
impl Unpin for DrmEncoder
impl UnwindSafe for DrmEncoder
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)