#[repr(C)]pub struct AdwCarouselIndicatorDots { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdwCarouselIndicatorDots
impl RefUnwindSafe for AdwCarouselIndicatorDots
impl !Send for AdwCarouselIndicatorDots
impl !Sync for AdwCarouselIndicatorDots
impl !Unpin for AdwCarouselIndicatorDots
impl UnwindSafe for AdwCarouselIndicatorDots
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