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