Struct ipp_headers_sys::IppiRect
source · #[repr(C)]pub struct IppiRect {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
}
Fields§
§x: c_int
§y: c_int
§width: c_int
§height: c_int
Trait Implementations§
source§impl PartialEq for IppiRect
impl PartialEq for IppiRect
impl Copy for IppiRect
impl StructuralPartialEq for IppiRect
Auto Trait Implementations§
impl Freeze for IppiRect
impl RefUnwindSafe for IppiRect
impl Send for IppiRect
impl Sync for IppiRect
impl Unpin for IppiRect
impl UnwindSafe for IppiRect
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