pub enum HardwareAccessType {
Input,
Output,
Memory,
Global,
}Variants§
Trait Implementations§
Source§impl Clone for HardwareAccessType
impl Clone for HardwareAccessType
Source§fn clone(&self) -> HardwareAccessType
fn clone(&self) -> HardwareAccessType
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 HardwareAccessType
impl Debug for HardwareAccessType
Source§impl<'de> Deserialize<'de> for HardwareAccessType
impl<'de> Deserialize<'de> for HardwareAccessType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HardwareAccessType
impl Hash for HardwareAccessType
Source§impl PartialEq for HardwareAccessType
impl PartialEq for HardwareAccessType
Source§fn eq(&self, other: &HardwareAccessType) -> bool
fn eq(&self, other: &HardwareAccessType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HardwareAccessType
impl Serialize for HardwareAccessType
impl Copy for HardwareAccessType
impl Eq for HardwareAccessType
impl StructuralPartialEq for HardwareAccessType
Auto Trait Implementations§
impl Freeze for HardwareAccessType
impl RefUnwindSafe for HardwareAccessType
impl Send for HardwareAccessType
impl Sync for HardwareAccessType
impl Unpin for HardwareAccessType
impl UnsafeUnpin for HardwareAccessType
impl UnwindSafe for HardwareAccessType
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