pub struct P256Point(/* private fields */);Expand description
An encoded NIST-P256point.
Trait Implementations§
impl Copy for P256Point
Auto Trait Implementations§
impl Freeze for P256Point
impl RefUnwindSafe for P256Point
impl Send for P256Point
impl Sync for P256Point
impl Unpin for P256Point
impl UnwindSafe for P256Point
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