#[repr(C)]pub struct KmsCrtc {
pub id: u32,
pub x: u32,
pub y: u32,
}Fields§
§id: u32§x: u32§y: u32Trait Implementations§
impl Copy for KmsCrtc
impl Eq for KmsCrtc
impl StructuralPartialEq for KmsCrtc
Auto Trait Implementations§
impl Freeze for KmsCrtc
impl RefUnwindSafe for KmsCrtc
impl Send for KmsCrtc
impl Sync for KmsCrtc
impl Unpin for KmsCrtc
impl UnwindSafe for KmsCrtc
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