#[repr(C)]pub struct BLMatrix2D {
pub __bindgen_anon_1: BLMatrix2D__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: BLMatrix2D__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLMatrix2D
impl Clone for BLMatrix2D
Source§fn clone(&self) -> BLMatrix2D
fn clone(&self) -> BLMatrix2D
Returns a copy 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 BLMatrix2D
Auto Trait Implementations§
impl Freeze for BLMatrix2D
impl RefUnwindSafe for BLMatrix2D
impl Send for BLMatrix2D
impl Sync for BLMatrix2D
impl Unpin for BLMatrix2D
impl UnwindSafe for BLMatrix2D
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