#[repr(C)]pub struct PxNodeIndex {
pub structgen_pad0: [u8; 8],
}Fields§
§structgen_pad0: [u8; 8]Trait Implementations§
Source§impl Clone for PxNodeIndex
impl Clone for PxNodeIndex
Source§fn clone(&self) -> PxNodeIndex
fn clone(&self) -> PxNodeIndex
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 moreimpl Copy for PxNodeIndex
Auto Trait Implementations§
impl Freeze for PxNodeIndex
impl RefUnwindSafe for PxNodeIndex
impl Send for PxNodeIndex
impl Sync for PxNodeIndex
impl Unpin for PxNodeIndex
impl UnwindSafe for PxNodeIndex
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