Enum opencv::core::Buffer_Access
source · #[repr(C)]pub enum Buffer_Access {
READ_ONLY = 35_000,
WRITE_ONLY = 35_001,
READ_WRITE = 35_002,
}Variants§
Trait Implementations§
source§impl Clone for Buffer_Access
impl Clone for Buffer_Access
source§fn clone(&self) -> Buffer_Access
fn clone(&self) -> Buffer_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 Buffer_Access
impl Debug for Buffer_Access
source§impl PartialEq for Buffer_Access
impl PartialEq for Buffer_Access
source§fn eq(&self, other: &Buffer_Access) -> bool
fn eq(&self, other: &Buffer_Access) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Buffer_Access
impl Eq for Buffer_Access
impl StructuralEq for Buffer_Access
impl StructuralPartialEq for Buffer_Access
Auto Trait Implementations§
impl RefUnwindSafe for Buffer_Access
impl Send for Buffer_Access
impl Sync for Buffer_Access
impl Unpin for Buffer_Access
impl UnwindSafe for Buffer_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