pub struct ScrollContainOutput {
pub snaps_contained: Vec<f32>,
pub scroll_contain_limit: ScrollContainLimit,
}Fields§
§snaps_contained: Vec<f32>§scroll_contain_limit: ScrollContainLimitTrait Implementations§
Source§impl Clone for ScrollContainOutput
impl Clone for ScrollContainOutput
Source§fn clone(&self) -> ScrollContainOutput
fn clone(&self) -> ScrollContainOutput
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 ScrollContainOutput
impl Debug for ScrollContainOutput
Source§impl PartialEq for ScrollContainOutput
impl PartialEq for ScrollContainOutput
impl StructuralPartialEq for ScrollContainOutput
Auto Trait Implementations§
impl Freeze for ScrollContainOutput
impl RefUnwindSafe for ScrollContainOutput
impl Send for ScrollContainOutput
impl Sync for ScrollContainOutput
impl Unpin for ScrollContainOutput
impl UnsafeUnpin for ScrollContainOutput
impl UnwindSafe for ScrollContainOutput
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