Struct libhelium_sys::HeBottomBar
source · #[repr(C)]pub struct HeBottomBar {
pub parent_instance: HeBin,
pub priv_: *mut HeBottomBarPrivate,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeBottomBarPrivate
Trait Implementations§
source§impl Clone for HeBottomBar
impl Clone for HeBottomBar
source§fn clone(&self) -> HeBottomBar
fn clone(&self) -> HeBottomBar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HeBottomBar
impl Debug for HeBottomBar
impl Copy for HeBottomBar
Auto Trait Implementations§
impl Freeze for HeBottomBar
impl RefUnwindSafe for HeBottomBar
impl !Send for HeBottomBar
impl !Sync for HeBottomBar
impl Unpin for HeBottomBar
impl UnwindSafe for HeBottomBar
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