pub struct MultilargeLinearType { /* private fields */ }Available on crate feature
v2_1 only.Implementations§
Source§impl MultilargeLinearType
impl MultilargeLinearType
pub fn normal() -> MultilargeLinearType
pub fn tsqr() -> MultilargeLinearType
Trait Implementations§
Source§impl Clone for MultilargeLinearType
impl Clone for MultilargeLinearType
Source§fn clone(&self) -> MultilargeLinearType
fn clone(&self) -> MultilargeLinearType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MultilargeLinearType
Auto Trait Implementations§
impl Freeze for MultilargeLinearType
impl RefUnwindSafe for MultilargeLinearType
impl !Send for MultilargeLinearType
impl !Sync for MultilargeLinearType
impl Unpin for MultilargeLinearType
impl UnwindSafe for MultilargeLinearType
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