#[repr(C)]pub struct NiNPShortPoint3 {
pub x: i16,
pub y: i16,
pub z: i16,
}
Fields§
§x: i16
§y: i16
§z: i16
Trait Implementations§
Source§impl Clone for NiNPShortPoint3
impl Clone for NiNPShortPoint3
Source§fn clone(&self) -> NiNPShortPoint3
fn clone(&self) -> NiNPShortPoint3
Returns a copy 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 NiNPShortPoint3
impl Debug for NiNPShortPoint3
impl Copy for NiNPShortPoint3
Auto Trait Implementations§
impl Freeze for NiNPShortPoint3
impl RefUnwindSafe for NiNPShortPoint3
impl Send for NiNPShortPoint3
impl Sync for NiNPShortPoint3
impl Unpin for NiNPShortPoint3
impl UnwindSafe for NiNPShortPoint3
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