#[repr(C)]pub struct BottomBar {
pub ob: GFxValue,
}
Fields§
§ob: GFxValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BottomBar
impl RefUnwindSafe for BottomBar
impl !Send for BottomBar
impl !Sync for BottomBar
impl Unpin for BottomBar
impl UnwindSafe for BottomBar
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