#[repr(C)]pub struct BinaryMatrix { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for BinaryMatrix
impl RefUnwindSafe for BinaryMatrix
impl Send for BinaryMatrix
impl Sync for BinaryMatrix
impl Unpin for BinaryMatrix
impl UnwindSafe for BinaryMatrix
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