pub struct GeodeLayerSettings {
pub filling: f64,
pub inner_layer: f64,
pub middle_layer: f64,
pub outer_layer: f64,
}Fields§
§filling: f64§inner_layer: f64§middle_layer: f64§outer_layer: f64Trait Implementations§
Source§impl Clone for GeodeLayerSettings
impl Clone for GeodeLayerSettings
Source§fn clone(&self) -> GeodeLayerSettings
fn clone(&self) -> GeodeLayerSettings
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 moreAuto Trait Implementations§
impl Freeze for GeodeLayerSettings
impl RefUnwindSafe for GeodeLayerSettings
impl Send for GeodeLayerSettings
impl Sync for GeodeLayerSettings
impl Unpin for GeodeLayerSettings
impl UnsafeUnpin for GeodeLayerSettings
impl UnwindSafe for GeodeLayerSettings
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