#[repr(C)]pub struct PIXBOX {
pub x: PIXEL,
pub y: PIXEL,
pub size_x: PIXEL,
pub size_y: PIXEL,
}
Fields§
§x: PIXEL
§y: PIXEL
§size_x: PIXEL
§size_y: PIXEL
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PIXBOX
impl Send for PIXBOX
impl Sync for PIXBOX
impl Unpin for PIXBOX
impl UnwindSafe for PIXBOX
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