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