Struct libhelium_sys::HeSideBar
source · #[repr(C)]pub struct HeSideBar {
pub parent_instance: HeBin,
pub priv_: *mut HeSideBarPrivate,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeSideBarPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeSideBar
impl RefUnwindSafe for HeSideBar
impl !Send for HeSideBar
impl !Sync for HeSideBar
impl Unpin for HeSideBar
impl UnwindSafe for HeSideBar
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