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