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