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