pub enum ReducedMotionOffset {}Auto Trait Implementations§
impl Freeze for ReducedMotionOffset
impl RefUnwindSafe for ReducedMotionOffset
impl Send for ReducedMotionOffset
impl Sync for ReducedMotionOffset
impl Unpin for ReducedMotionOffset
impl UnsafeUnpin for ReducedMotionOffset
impl UnwindSafe for ReducedMotionOffset
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