pub struct SetShowScrollSnapOverlays { /* private fields */ }Implementations§
Source§impl SetShowScrollSnapOverlays
impl SetShowScrollSnapOverlays
pub fn new( scroll_snap_highlight_configs: impl Into<Vec<ScrollSnapHighlightConfig>>, ) -> Self
Trait Implementations§
Source§impl Clone for SetShowScrollSnapOverlays
impl Clone for SetShowScrollSnapOverlays
Source§fn clone(&self) -> SetShowScrollSnapOverlays
fn clone(&self) -> SetShowScrollSnapOverlays
Returns a duplicate 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 SetShowScrollSnapOverlays
impl Debug for SetShowScrollSnapOverlays
Auto Trait Implementations§
impl Freeze for SetShowScrollSnapOverlays
impl RefUnwindSafe for SetShowScrollSnapOverlays
impl Send for SetShowScrollSnapOverlays
impl Sync for SetShowScrollSnapOverlays
impl Unpin for SetShowScrollSnapOverlays
impl UnsafeUnpin for SetShowScrollSnapOverlays
impl UnwindSafe for SetShowScrollSnapOverlays
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