pub struct SvpPPolViewMut<'a, B>where
B: Backend + 'a,{ /* private fields */ }Implementations§
Source§impl<'a, B> SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> SvpPPolViewMut<'a, B>where
B: Backend + 'a,
pub fn from_inner( inner: SvpPPol<<B as Backend>::BufMut<'a>, B>, ) -> SvpPPolViewMut<'a, B>
pub fn into_inner(self) -> SvpPPol<<B as Backend>::BufMut<'a>, B>
Trait Implementations§
Source§impl<'a, B> Deref for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> Deref for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
Source§impl<'a, B> DerefMut for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> DerefMut for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
Source§impl<'a, B> SvpPPolToBackendMut<B> for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> SvpPPolToBackendMut<B> for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
Source§impl<'a, B> SvpPPolToBackendRef<B> for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> SvpPPolToBackendRef<B> for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
Source§impl<'a, B> ZnxInfos for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
impl<'a, B> ZnxInfos for SvpPPolViewMut<'a, B>where
B: Backend + 'a,
Source§fn poly_count(&self) -> usize
fn poly_count(&self) -> usize
Returns the total number of small polynomials.
Auto Trait Implementations§
impl<'a, B> Freeze for SvpPPolViewMut<'a, B>
impl<'a, B> RefUnwindSafe for SvpPPolViewMut<'a, B>
impl<'a, B> Send for SvpPPolViewMut<'a, B>
impl<'a, B> Sync for SvpPPolViewMut<'a, B>
impl<'a, B> Unpin for SvpPPolViewMut<'a, B>
impl<'a, B> UnsafeUnpin for SvpPPolViewMut<'a, B>
impl<'a, B> UnwindSafe for SvpPPolViewMut<'a, B>
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more