pub struct ArkUI_SwiperArrowStyle { /* private fields */ }Available on crate features
api-12 and api-19 only.Expand description
Defines the arrow style for the swiper.
Available since API-level: 19
Auto Trait Implementations§
impl Freeze for ArkUI_SwiperArrowStyle
impl RefUnwindSafe for ArkUI_SwiperArrowStyle
impl Send for ArkUI_SwiperArrowStyle
impl Sync for ArkUI_SwiperArrowStyle
impl Unpin for ArkUI_SwiperArrowStyle
impl UnsafeUnpin for ArkUI_SwiperArrowStyle
impl UnwindSafe for ArkUI_SwiperArrowStyle
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