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