Struct zenu_matrix::dim::dim_static::Dim4
source · pub struct Dim4 { /* private fields */ }Implementations§
Trait Implementations§
source§impl IntoIterator for Dim4
impl IntoIterator for Dim4
source§impl PartialEq for Dim4
impl PartialEq for Dim4
impl Copy for Dim4
Auto Trait Implementations§
impl RefUnwindSafe for Dim4
impl Send for Dim4
impl Sync for Dim4
impl Unpin for Dim4
impl UnwindSafe for Dim4
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