pub struct EncoderState {
pub encoder_id: EncoderId,
pub encoder_type: u32,
pub current_crtc_id: CrtcId,
pub possible_crtcs: u32,
pub possible_clones: u32,
}
Fields§
§encoder_id: EncoderId
§encoder_type: u32
§current_crtc_id: CrtcId
§possible_crtcs: u32
§possible_clones: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncoderState
impl RefUnwindSafe for EncoderState
impl Send for EncoderState
impl Sync for EncoderState
impl Unpin for EncoderState
impl UnwindSafe for EncoderState
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