Struct libbismuth_sys::BisBin
source · #[repr(C)]pub struct BisBin {
pub parent_instance: GtkWidget,
}
Fields§
§parent_instance: GtkWidget
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BisBin
impl RefUnwindSafe for BisBin
impl !Send for BisBin
impl !Sync for BisBin
impl Unpin for BisBin
impl UnwindSafe for BisBin
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