#[repr(C)]pub struct PIXRECT {
pub left: PIXEL,
pub top: PIXEL,
pub right: PIXEL,
pub bottom: PIXEL,
}
Fields§
§left: PIXEL
§top: PIXEL
§right: PIXEL
§bottom: PIXEL
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PIXRECT
impl Send for PIXRECT
impl Sync for PIXRECT
impl Unpin for PIXRECT
impl UnwindSafe for PIXRECT
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