pub enum Corrections {
Automatic,
Number(u64),
}Expand description
Barrier maximum correction limit. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-barrier-maximum-correction-limit
Variants§
Trait Implementations§
Source§impl Clone for Corrections
impl Clone for Corrections
Source§fn clone(&self) -> Corrections
fn clone(&self) -> Corrections
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Corrections
impl Debug for Corrections
Source§impl Parameter for Corrections
impl Parameter for Corrections
impl Copy for Corrections
Auto Trait Implementations§
impl Freeze for Corrections
impl RefUnwindSafe for Corrections
impl Send for Corrections
impl Sync for Corrections
impl Unpin for Corrections
impl UnwindSafe for Corrections
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