#[repr(C)]pub struct psl2z_struct {
pub a: fmpz,
pub b: fmpz,
pub c: fmpz,
pub d: fmpz,
}Fields§
§a: fmpz§b: fmpz§c: fmpz§d: fmpzTrait Implementations§
Source§impl Clone for psl2z_struct
impl Clone for psl2z_struct
Source§fn clone(&self) -> psl2z_struct
fn clone(&self) -> psl2z_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for psl2z_struct
impl Debug for psl2z_struct
impl Copy for psl2z_struct
Auto Trait Implementations§
impl Freeze for psl2z_struct
impl RefUnwindSafe for psl2z_struct
impl Send for psl2z_struct
impl Sync for psl2z_struct
impl Unpin for psl2z_struct
impl UnwindSafe for psl2z_struct
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