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