Enum opencv::gapi::RMat_Access
source · #[repr(C)]
pub enum RMat_Access {
R,
W,
}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<RMat_Access> for RMat_Access
impl PartialEq<RMat_Access> 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 ==.