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