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