pub struct ScrollZoomFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for ScrollZoomFlags
impl Default for ScrollZoomFlags
Source§fn default() -> ScrollZoomFlags
fn default() -> ScrollZoomFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScrollZoomFlags
impl RefUnwindSafe for ScrollZoomFlags
impl Send for ScrollZoomFlags
impl Sync for ScrollZoomFlags
impl Unpin for ScrollZoomFlags
impl UnwindSafe for ScrollZoomFlags
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