pub struct AlgnScrSchm { /* private fields */ }
Implementations§
Source§impl AlgnScrSchm
impl AlgnScrSchm
pub fn new(gp_opn_pnlty: f32, gp_extnsn_pnlty: f32) -> AlgnScrSchm
Auto Trait Implementations§
impl Freeze for AlgnScrSchm
impl RefUnwindSafe for AlgnScrSchm
impl Send for AlgnScrSchm
impl Sync for AlgnScrSchm
impl Unpin for AlgnScrSchm
impl UnwindSafe for AlgnScrSchm
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