pub enum KernelAccess {
Input,
Output,
}Variants§
Trait Implementations§
Source§impl Clone for KernelAccess
impl Clone for KernelAccess
Source§fn clone(&self) -> KernelAccess
fn clone(&self) -> KernelAccess
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KernelAccess
impl Debug for KernelAccess
Source§impl PartialEq for KernelAccess
impl PartialEq for KernelAccess
Source§fn eq(&self, other: &KernelAccess) -> bool
fn eq(&self, other: &KernelAccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KernelAccess
impl Eq for KernelAccess
impl StructuralPartialEq for KernelAccess
Auto Trait Implementations§
impl Freeze for KernelAccess
impl RefUnwindSafe for KernelAccess
impl Send for KernelAccess
impl Sync for KernelAccess
impl Unpin for KernelAccess
impl UnsafeUnpin for KernelAccess
impl UnwindSafe for KernelAccess
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