pub struct Pmat(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Pmat
impl Ord for Pmat
Source§impl PartialOrd for Pmat
impl PartialOrd for Pmat
impl Copy for Pmat
impl Eq for Pmat
impl StructuralPartialEq for Pmat
Auto Trait Implementations§
impl Freeze for Pmat
impl RefUnwindSafe for Pmat
impl Send for Pmat
impl Sync for Pmat
impl Unpin for Pmat
impl UnwindSafe for Pmat
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