Struct lpc55::protected_flash::RawCustomerData
source · [−]pub struct RawCustomerData(_);
Trait Implementations
sourceimpl AsRef<[u8]> for RawCustomerData
impl AsRef<[u8]> for RawCustomerData
sourceimpl Clone for RawCustomerData
impl Clone for RawCustomerData
sourcefn clone(&self) -> RawCustomerData
fn clone(&self) -> RawCustomerData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RawCustomerData
impl Debug for RawCustomerData
sourceimpl Default for RawCustomerData
impl Default for RawCustomerData
sourceimpl<'de> Deserialize<'de> for RawCustomerData
impl<'de> Deserialize<'de> for RawCustomerData
sourcefn 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
sourceimpl From<[u8; 224]> for RawCustomerData
impl From<[u8; 224]> for RawCustomerData
sourceimpl Hash for RawCustomerData
impl Hash for RawCustomerData
sourceimpl Ord for RawCustomerData
impl Ord for RawCustomerData
sourcefn cmp(&self, other: &RawCustomerData) -> Ordering
fn cmp(&self, other: &RawCustomerData) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<RawCustomerData> for RawCustomerData
impl PartialEq<RawCustomerData> for RawCustomerData
sourcefn eq(&self, other: &RawCustomerData) -> bool
fn eq(&self, other: &RawCustomerData) -> bool
sourceimpl PartialOrd<RawCustomerData> for RawCustomerData
impl PartialOrd<RawCustomerData> for RawCustomerData
sourcefn partial_cmp(&self, other: &RawCustomerData) -> Option<Ordering>
fn partial_cmp(&self, other: &RawCustomerData) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Serialize for RawCustomerData
impl Serialize for RawCustomerData
impl Copy for RawCustomerData
impl CustomerSettingsCustomerData for RawCustomerData
impl Eq for RawCustomerData
impl FactorySettingsCustomerData for RawCustomerData
impl StructuralEq for RawCustomerData
impl StructuralPartialEq for RawCustomerData
Auto Trait Implementations
impl RefUnwindSafe for RawCustomerData
impl Send for RawCustomerData
impl Sync for RawCustomerData
impl Unpin for RawCustomerData
impl UnwindSafe for RawCustomerData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.sourceimpl<T> ToHex for Twhere
T: AsRef<[u8]>,
impl<T> ToHex for Twhere
T: AsRef<[u8]>,
sourcefn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Lower case
letters are used (e.g. f9b4ca
) Read moresourcefn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self
into the result. Upper case
letters are used (e.g. F9B4CA
) Read more