pub struct RepformersOutputs {
pub g1: NodeId,
pub g2: NodeId,
pub h2: NodeId,
pub rot_mat: NodeId,
pub sw: NodeId,
}Fields§
§g1: NodeId§g2: NodeId§h2: NodeId§rot_mat: NodeId§sw: NodeIdAuto Trait Implementations§
impl Freeze for RepformersOutputs
impl RefUnwindSafe for RepformersOutputs
impl Send for RepformersOutputs
impl Sync for RepformersOutputs
impl Unpin for RepformersOutputs
impl UnsafeUnpin for RepformersOutputs
impl UnwindSafe for RepformersOutputs
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