Enum jpreprocess_jpcommon::limit::Limit
source · pub enum Limit {
S,
M,
L,
LL,
}Variants§
S
unsigned: 1 - 19, signed: -19 - 19
M
unsigned: 1 - 49, signed: -49 - 49
L
unsigned: 1 - 99, signed: -99 - 99
LL
unsigned: 1 - 199, signed: -199 - 199
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Limit
impl Send for Limit
impl Sync for Limit
impl Unpin for Limit
impl UnwindSafe for Limit
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