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