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