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