pub struct LegContractMultiplier;Expand description
LegContractMultiplier (614).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LegContractMultiplier
impl RefUnwindSafe for LegContractMultiplier
impl Send for LegContractMultiplier
impl Sync for LegContractMultiplier
impl Unpin for LegContractMultiplier
impl UnsafeUnpin for LegContractMultiplier
impl UnwindSafe for LegContractMultiplier
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