pub struct DrmClipRect {
pub x1: ushort,
pub y1: ushort,
pub x2: ushort,
pub y2: ushort,
}
Fields§
§x1: ushort
§y1: ushort
§x2: ushort
§y2: ushort
Auto Trait Implementations§
impl Freeze for DrmClipRect
impl RefUnwindSafe for DrmClipRect
impl Send for DrmClipRect
impl Sync for DrmClipRect
impl Unpin for DrmClipRect
impl UnwindSafe for DrmClipRect
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