#[repr(C)]pub struct IppiPointL {
pub x: IppSizeL,
pub y: IppSizeL,
}Fields§
§x: IppSizeL§y: IppSizeLTrait Implementations§
Source§impl Clone for IppiPointL
impl Clone for IppiPointL
Source§fn clone(&self) -> IppiPointL
fn clone(&self) -> IppiPointL
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IppiPointL
Source§impl Debug for IppiPointL
impl Debug for IppiPointL
Source§impl PartialEq for IppiPointL
impl PartialEq for IppiPointL
Source§fn eq(&self, other: &IppiPointL) -> bool
fn eq(&self, other: &IppiPointL) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IppiPointL
Auto Trait Implementations§
impl Freeze for IppiPointL
impl RefUnwindSafe for IppiPointL
impl Send for IppiPointL
impl Sync for IppiPointL
impl Unpin for IppiPointL
impl UnsafeUnpin for IppiPointL
impl UnwindSafe for IppiPointL
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