#[repr(C)]pub struct AstalApplication {
pub parent_instance: GtkApplication,
pub priv_: *mut AstalApplicationPrivate,
}Fields§
§parent_instance: GtkApplication§priv_: *mut AstalApplicationPrivateTrait Implementations§
Source§impl Clone for AstalApplication
impl Clone for AstalApplication
Source§fn clone(&self) -> AstalApplication
fn clone(&self) -> AstalApplication
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 AstalApplication
impl Debug for AstalApplication
impl Copy for AstalApplication
Auto Trait Implementations§
impl Freeze for AstalApplication
impl RefUnwindSafe for AstalApplication
impl !Send for AstalApplication
impl !Sync for AstalApplication
impl Unpin for AstalApplication
impl UnwindSafe for AstalApplication
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