#[repr(transparent)]pub struct KeypointSetRef(pub u64);Expand description
An opaque handle to a keypoint set stored out-of-line.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for KeypointSetRef
impl Clone for KeypointSetRef
Source§fn clone(&self) -> KeypointSetRef
fn clone(&self) -> KeypointSetRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeypointSetRef
Source§impl Debug for KeypointSetRef
impl Debug for KeypointSetRef
Source§impl Default for KeypointSetRef
impl Default for KeypointSetRef
Source§fn default() -> KeypointSetRef
fn default() -> KeypointSetRef
Returns the “default value” for a type. Read more
impl Eq for KeypointSetRef
Source§impl Hash for KeypointSetRef
impl Hash for KeypointSetRef
Source§impl PartialEq for KeypointSetRef
impl PartialEq for KeypointSetRef
impl StructuralPartialEq for KeypointSetRef
Auto Trait Implementations§
impl Freeze for KeypointSetRef
impl RefUnwindSafe for KeypointSetRef
impl Send for KeypointSetRef
impl Sync for KeypointSetRef
impl Unpin for KeypointSetRef
impl UnsafeUnpin for KeypointSetRef
impl UnwindSafe for KeypointSetRef
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