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