#[repr(C)]pub struct drmtap_rect {
pub x: u32,
pub y: u32,
pub w: u32,
pub h: u32,
}Expand description
Dirty rectangle from frame differencing
Fields§
§x: u32§y: u32§w: u32§h: u32Auto Trait Implementations§
impl Freeze for drmtap_rect
impl RefUnwindSafe for drmtap_rect
impl Send for drmtap_rect
impl Sync for drmtap_rect
impl Unpin for drmtap_rect
impl UnsafeUnpin for drmtap_rect
impl UnwindSafe for drmtap_rect
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