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