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