#[repr(C)]pub enum NTTDirection {
Forward,
Inverse,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NTTDirection
impl Send for NTTDirection
impl Sync for NTTDirection
impl Unpin for NTTDirection
impl UnwindSafe for NTTDirection
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