pub enum LimitShiftOffset {
    Value(f64),
    Values(LimitShiftOffsetValues),
}Expand description
Offset configuration for LimitShiftOptions.
Variants§
Value(f64)
Values(LimitShiftOffsetValues)
Trait Implementations§
source§impl Clone for LimitShiftOffset
 
impl Clone for LimitShiftOffset
source§fn clone(&self) -> LimitShiftOffset
 
fn clone(&self) -> LimitShiftOffset
Returns a copy 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 LimitShiftOffset
 
impl Debug for LimitShiftOffset
Auto Trait Implementations§
impl Freeze for LimitShiftOffset
impl RefUnwindSafe for LimitShiftOffset
impl Send for LimitShiftOffset
impl Sync for LimitShiftOffset
impl Unpin for LimitShiftOffset
impl UnwindSafe for LimitShiftOffset
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