pub struct bhkSimpleShapePhantom;
Trait Implementations§
Source§impl Clone for bhkSimpleShapePhantom
impl Clone for bhkSimpleShapePhantom
Source§fn clone(&self) -> bhkSimpleShapePhantom
fn clone(&self) -> bhkSimpleShapePhantom
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 bhkSimpleShapePhantom
impl Debug for bhkSimpleShapePhantom
Source§impl PartialEq for bhkSimpleShapePhantom
impl PartialEq for bhkSimpleShapePhantom
Source§impl RefCountable for bhkSimpleShapePhantom
impl RefCountable for bhkSimpleShapePhantom
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
impl StructuralPartialEq for bhkSimpleShapePhantom
Auto Trait Implementations§
impl Freeze for bhkSimpleShapePhantom
impl RefUnwindSafe for bhkSimpleShapePhantom
impl Send for bhkSimpleShapePhantom
impl Sync for bhkSimpleShapePhantom
impl Unpin for bhkSimpleShapePhantom
impl UnwindSafe for bhkSimpleShapePhantom
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