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