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