#[repr(C)]pub struct AffineG2(/* private fields */);Implementations§
Trait Implementations§
impl Copy for AffineG2
impl Eq for AffineG2
impl StructuralPartialEq for AffineG2
Auto Trait Implementations§
impl Freeze for AffineG2
impl RefUnwindSafe for AffineG2
impl Send for AffineG2
impl Sync for AffineG2
impl Unpin for AffineG2
impl UnwindSafe for AffineG2
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