enum CommandAccess {
CommandLatch = 0,
CommandRWLeast = 16,
CommandRWMost = 32,
CommandRWBoth = 48,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CommandAccess
impl Clone for CommandAccess
Source§fn clone(&self) -> CommandAccess
fn clone(&self) -> CommandAccess
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 CommandAccess
impl Debug for CommandAccess
Source§impl PartialEq for CommandAccess
impl PartialEq for CommandAccess
impl Copy for CommandAccess
impl Eq for CommandAccess
impl StructuralPartialEq for CommandAccess
Auto Trait Implementations§
impl Freeze for CommandAccess
impl RefUnwindSafe for CommandAccess
impl Send for CommandAccess
impl Sync for CommandAccess
impl Unpin for CommandAccess
impl UnwindSafe for CommandAccess
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