#[repr(C)]pub struct Point {
x: Elem<T>,
y: Elem<T>,
z: Elem<T>,
}
Fields§
§x: Elem<T>
§y: Elem<T>
§z: Elem<T>
Implementations§
source§impl Point
impl Point
pub fn new_at_infinity() -> Self
pub fn into_encoded_point(self) -> [u8; 32]
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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