#[repr(C)]pub struct AstalBin {
pub parent_instance: GtkWidget,
pub priv_: *mut AstalBinPrivate,
}Fields§
§parent_instance: GtkWidget§priv_: *mut AstalBinPrivateTrait Implementations§
Auto Trait Implementations§
impl Freeze for AstalBin
impl RefUnwindSafe for AstalBin
impl !Send for AstalBin
impl !Sync for AstalBin
impl Unpin for AstalBin
impl UnwindSafe for AstalBin
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