Struct libhelium_sys::_HeAppBarPrivate
source · #[repr(C)]pub struct _HeAppBarPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _HeAppBarPrivate
impl RefUnwindSafe for _HeAppBarPrivate
impl !Send for _HeAppBarPrivate
impl !Sync for _HeAppBarPrivate
impl !Unpin for _HeAppBarPrivate
impl UnwindSafe for _HeAppBarPrivate
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