#[repr(C)]pub enum NTTType {
Standard = 0,
Coset = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for NTTType
impl RefUnwindSafe for NTTType
impl Send for NTTType
impl Sync for NTTType
impl Unpin for NTTType
impl UnsafeUnpin for NTTType
impl UnwindSafe for NTTType
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