pub struct RMat_View { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Boxed for RMat_View
impl Boxed for RMat_View
source§impl RMat_ViewTrait for RMat_View
impl RMat_ViewTrait for RMat_View
fn as_raw_mut_RMat_View(&mut self) -> *mut c_void
source§impl RMat_ViewTraitConst for RMat_View
impl RMat_ViewTraitConst for RMat_View
fn as_raw_RMat_View(&self) -> *const c_void
fn size(&self) -> Result<Size>
fn dims(&self) -> Result<Vector<i32>>
fn cols(&self) -> Result<i32>
fn rows(&self) -> Result<i32>
fn typ(&self) -> Result<i32>
fn depth(&self) -> Result<i32>
fn chan(&self) -> Result<i32>
fn elem_size(&self) -> Result<size_t>
fn steps(&self) -> Result<Vector<size_t>>
impl Send for RMat_View
Auto Trait Implementations§
impl RefUnwindSafe for RMat_View
impl !Sync for RMat_View
impl Unpin for RMat_View
impl UnwindSafe for RMat_View
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