#[repr(C)]pub struct SetScanout {
pub header: CtrlHeader,
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
pub scanout_id: u32,
pub resource_id: u32,
}
Fields§
§header: CtrlHeader
§x: u32
§y: u32
§width: u32
§height: u32
§scanout_id: u32
§resource_id: u32
Implementations§
Source§impl SetScanout
impl SetScanout
Auto Trait Implementations§
impl Freeze for SetScanout
impl RefUnwindSafe for SetScanout
impl Send for SetScanout
impl Sync for SetScanout
impl Unpin for SetScanout
impl UnwindSafe for SetScanout
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