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