#[repr(C)]pub struct IpprPointL {
pub x: IppSizeL,
pub y: IppSizeL,
pub z: IppSizeL,
}Fields§
§x: IppSizeL§y: IppSizeL§z: IppSizeLTrait Implementations§
Source§impl Clone for IpprPointL
impl Clone for IpprPointL
Source§fn clone(&self) -> IpprPointL
fn clone(&self) -> IpprPointL
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IpprPointL
impl Debug for IpprPointL
Source§impl PartialEq for IpprPointL
impl PartialEq for IpprPointL
impl Copy for IpprPointL
impl StructuralPartialEq for IpprPointL
Auto Trait Implementations§
impl Freeze for IpprPointL
impl RefUnwindSafe for IpprPointL
impl Send for IpprPointL
impl Sync for IpprPointL
impl Unpin for IpprPointL
impl UnwindSafe for IpprPointL
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