Struct device_driver_generation::ResetValue
source · pub struct ResetValue { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ResetValue
impl Clone for ResetValue
source§fn clone(&self) -> ResetValue
fn clone(&self) -> ResetValue
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 ResetValue
impl Debug for ResetValue
source§impl<'de> Deserialize<'de> for ResetValue
impl<'de> Deserialize<'de> for ResetValue
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 PartialEq for ResetValue
impl PartialEq for ResetValue
impl Eq for ResetValue
Auto Trait Implementations§
impl RefUnwindSafe for ResetValue
impl Send for ResetValue
impl Sync for ResetValue
impl Unpin for ResetValue
impl UnwindSafe for ResetValue
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.