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