pub enum OffsetOptions {
Number(f64),
Object {
main_axis: Option<f64>,
cross_axis: Option<f64>,
alignment_axis: Option<f64>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OffsetOptions
impl RefUnwindSafe for OffsetOptions
impl Send for OffsetOptions
impl Sync for OffsetOptions
impl Unpin for OffsetOptions
impl UnwindSafe for OffsetOptions
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