#[repr(C)]pub struct DzlShortcutsWindow {
pub window: GtkWindow,
}Fields§
§window: GtkWindowTrait Implementations§
Source§impl Clone for DzlShortcutsWindow
impl Clone for DzlShortcutsWindow
Source§fn clone(&self) -> DzlShortcutsWindow
fn clone(&self) -> DzlShortcutsWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DzlShortcutsWindow
impl Debug for DzlShortcutsWindow
impl Copy for DzlShortcutsWindow
Auto Trait Implementations§
impl Freeze for DzlShortcutsWindow
impl RefUnwindSafe for DzlShortcutsWindow
impl !Send for DzlShortcutsWindow
impl !Sync for DzlShortcutsWindow
impl Unpin for DzlShortcutsWindow
impl UnwindSafe for DzlShortcutsWindow
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