Struct feanor_math::algorithms::f4::RingInfo
source · pub struct RingInfo<R>{
pub ring: PhantomData<R>,
pub extended_ideal_generator: R::Element,
pub annihilating_power: Option<usize>,
}Fields§
§ring: PhantomData<R>§extended_ideal_generator: R::Element§annihilating_power: Option<usize>Auto Trait Implementations§
impl<R> Freeze for RingInfo<R>
impl<R> RefUnwindSafe for RingInfo<R>
impl<R> Send for RingInfo<R>
impl<R> Sync for RingInfo<R>
impl<R> Unpin for RingInfo<R>
impl<R> UnwindSafe for RingInfo<R>
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