pub struct LayerScaleStage {
pub gamma_key: String,
}Fields§
§gamma_key: StringImplementations§
Trait Implementations§
Source§impl Clone for LayerScaleStage
impl Clone for LayerScaleStage
Source§fn clone(&self) -> LayerScaleStage
fn clone(&self) -> LayerScaleStage
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 LayerScaleStage
impl RefUnwindSafe for LayerScaleStage
impl Send for LayerScaleStage
impl Sync for LayerScaleStage
impl Unpin for LayerScaleStage
impl UnsafeUnpin for LayerScaleStage
impl UnwindSafe for LayerScaleStage
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