#[repr(i32)]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 duplicate 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 From<RMat_Access> for i32
impl From<RMat_Access> for i32
Source§fn from(v: RMat_Access) -> Self
fn from(v: RMat_Access) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RMat_Access
impl PartialEq for RMat_Access
Source§impl TryFrom<i32> for RMat_Access
impl TryFrom<i32> for RMat_Access
impl Copy for RMat_Access
impl Eq for RMat_Access
impl StructuralPartialEq for RMat_Access
Auto Trait Implementations§
impl Freeze for RMat_Access
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