pub struct CMZ_A_TABLE { /* private fields */ }Methods from Deref<Target = RistrettoBasepointTable>§
Sourcepub fn basepoint(&self) -> RistrettoPoint
pub fn basepoint(&self) -> RistrettoPoint
Get the basepoint for this table as a RistrettoPoint.
Trait Implementations§
Source§impl Deref for CMZ_A_TABLE
impl Deref for CMZ_A_TABLE
Source§type Target = RistrettoBasepointTable
type Target = RistrettoBasepointTable
The resulting type after dereferencing.
Source§fn deref(&self) -> &RistrettoBasepointTable
fn deref(&self) -> &RistrettoBasepointTable
Dereferences the value.
impl LazyStatic for CMZ_A_TABLE
Auto Trait Implementations§
impl Freeze for CMZ_A_TABLE
impl RefUnwindSafe for CMZ_A_TABLE
impl Send for CMZ_A_TABLE
impl Sync for CMZ_A_TABLE
impl Unpin for CMZ_A_TABLE
impl UnwindSafe for CMZ_A_TABLE
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