Struct flipperzero_sys::uECC_Curve_t
source · [−]#[repr(C)]pub struct uECC_Curve_t { /* private fields */ }Trait Implementations
sourceimpl Clone for uECC_Curve_t
impl Clone for uECC_Curve_t
sourcefn clone(&self) -> uECC_Curve_t
fn clone(&self) -> uECC_Curve_t
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for uECC_Curve_t
impl Debug for uECC_Curve_t
impl Copy for uECC_Curve_t
Auto Trait Implementations
impl RefUnwindSafe for uECC_Curve_t
impl Send for uECC_Curve_t
impl Sync for uECC_Curve_t
impl Unpin for uECC_Curve_t
impl UnwindSafe for uECC_Curve_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more