#[repr(C)]pub struct AstalWindowClass {
pub parent_class: GtkWindowClass,
}Fields§
§parent_class: GtkWindowClassTrait Implementations§
Source§impl Clone for AstalWindowClass
impl Clone for AstalWindowClass
Source§fn clone(&self) -> AstalWindowClass
fn clone(&self) -> AstalWindowClass
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 AstalWindowClass
impl Debug for AstalWindowClass
impl Copy for AstalWindowClass
Auto Trait Implementations§
impl Freeze for AstalWindowClass
impl RefUnwindSafe for AstalWindowClass
impl !Send for AstalWindowClass
impl !Sync for AstalWindowClass
impl Unpin for AstalWindowClass
impl UnwindSafe for AstalWindowClass
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