pub struct CarouselSlide1D {
pub start: Px,
pub size: Px,
}Fields§
§start: Px§size: PxImplementations§
Trait Implementations§
Source§impl Clone for CarouselSlide1D
impl Clone for CarouselSlide1D
Source§fn clone(&self) -> CarouselSlide1D
fn clone(&self) -> CarouselSlide1D
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 CarouselSlide1D
impl Debug for CarouselSlide1D
Source§impl PartialEq for CarouselSlide1D
impl PartialEq for CarouselSlide1D
impl Copy for CarouselSlide1D
impl StructuralPartialEq for CarouselSlide1D
Auto Trait Implementations§
impl Freeze for CarouselSlide1D
impl RefUnwindSafe for CarouselSlide1D
impl Send for CarouselSlide1D
impl Sync for CarouselSlide1D
impl Unpin for CarouselSlide1D
impl UnsafeUnpin for CarouselSlide1D
impl UnwindSafe for CarouselSlide1D
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