pub enum ScrollZoom {
Flags(ScrollZoomFlags),
True,
False,
}
Variants§
Implementations§
Source§impl ScrollZoom
impl ScrollZoom
pub fn flags(&mut self) -> &mut ScrollZoomFlags
pub fn set(&mut self, v: ScrollZoom)
Trait Implementations§
Source§impl Default for ScrollZoom
impl Default for ScrollZoom
Auto Trait Implementations§
impl Freeze for ScrollZoom
impl RefUnwindSafe for ScrollZoom
impl Send for ScrollZoom
impl Sync for ScrollZoom
impl Unpin for ScrollZoom
impl UnwindSafe for ScrollZoom
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