Enum opencv::gapi::RMat_Access
source · #[repr(C)]pub enum RMat_Access {
R = 0,
W = 1,
}
Variants§
Trait Implementations§
source§impl Clone for RMat_Access
impl Clone for RMat_Access
source§fn clone(&self) -> RMat_Access
fn clone(&self) -> RMat_Access
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 moresource§impl Debug for RMat_Access
impl Debug for RMat_Access
source§impl PartialEq for RMat_Access
impl PartialEq for RMat_Access
source§fn eq(&self, other: &RMat_Access) -> bool
fn eq(&self, other: &RMat_Access) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RMat_Access
impl Eq for RMat_Access
impl StructuralEq for RMat_Access
impl StructuralPartialEq for RMat_Access
Auto Trait Implementations§
impl RefUnwindSafe for RMat_Access
impl Send for RMat_Access
impl Sync for RMat_Access
impl Unpin for RMat_Access
impl UnwindSafe for RMat_Access
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