#[repr(C)]pub struct RecognitionSystemCount(/* private fields */);
Expand description
Represents the recognition system count.
Implementations§
Source§impl RecognitionSystemCount
impl RecognitionSystemCount
Trait Implementations§
Source§impl Clone for RecognitionSystemCount
impl Clone for RecognitionSystemCount
Source§fn clone(&self) -> RecognitionSystemCount
fn clone(&self) -> RecognitionSystemCount
Returns a duplicate 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 RecognitionSystemCount
impl Debug for RecognitionSystemCount
Source§impl Default for RecognitionSystemCount
impl Default for RecognitionSystemCount
Source§fn default() -> RecognitionSystemCount
fn default() -> RecognitionSystemCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecognitionSystemCount
impl<'de> Deserialize<'de> for RecognitionSystemCount
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 Display for RecognitionSystemCount
impl Display for RecognitionSystemCount
Source§impl From<&RecognitionSystemCount> for XfsMember
impl From<&RecognitionSystemCount> for XfsMember
Source§fn from(val: &RecognitionSystemCount) -> Self
fn from(val: &RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSystemCount> for XfsValue
impl From<&RecognitionSystemCount> for XfsValue
Source§fn from(val: &RecognitionSystemCount) -> Self
fn from(val: &RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSystemCount> for i32
impl From<&RecognitionSystemCount> for i32
Source§fn from(val: &RecognitionSystemCount) -> Self
fn from(val: &RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSystemCount> for u32
impl From<&RecognitionSystemCount> for u32
Source§fn from(val: &RecognitionSystemCount) -> Self
fn from(val: &RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for RecognitionSystemCount
impl From<&i32> for RecognitionSystemCount
Source§impl From<&u32> for RecognitionSystemCount
impl From<&u32> for RecognitionSystemCount
Source§impl From<RecognitionSystemCount> for XfsMember
impl From<RecognitionSystemCount> for XfsMember
Source§fn from(val: RecognitionSystemCount) -> Self
fn from(val: RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSystemCount> for XfsValue
impl From<RecognitionSystemCount> for XfsValue
Source§fn from(val: RecognitionSystemCount) -> Self
fn from(val: RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSystemCount> for i32
impl From<RecognitionSystemCount> for i32
Source§fn from(val: RecognitionSystemCount) -> Self
fn from(val: RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSystemCount> for u32
impl From<RecognitionSystemCount> for u32
Source§fn from(val: RecognitionSystemCount) -> Self
fn from(val: RecognitionSystemCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for RecognitionSystemCount
impl From<i32> for RecognitionSystemCount
Source§impl From<u32> for RecognitionSystemCount
impl From<u32> for RecognitionSystemCount
Source§impl PartialEq for RecognitionSystemCount
impl PartialEq for RecognitionSystemCount
Source§impl Serialize for RecognitionSystemCount
impl Serialize for RecognitionSystemCount
Source§impl TryFrom<&XfsMember> for RecognitionSystemCount
impl TryFrom<&XfsMember> for RecognitionSystemCount
Source§impl TryFrom<&XfsValue> for RecognitionSystemCount
impl TryFrom<&XfsValue> for RecognitionSystemCount
Source§impl TryFrom<XfsMember> for RecognitionSystemCount
impl TryFrom<XfsMember> for RecognitionSystemCount
Source§impl TryFrom<XfsValue> for RecognitionSystemCount
impl TryFrom<XfsValue> for RecognitionSystemCount
impl Copy for RecognitionSystemCount
impl Eq for RecognitionSystemCount
impl StructuralPartialEq for RecognitionSystemCount
Auto Trait Implementations§
impl Freeze for RecognitionSystemCount
impl RefUnwindSafe for RecognitionSystemCount
impl Send for RecognitionSystemCount
impl Sync for RecognitionSystemCount
impl Unpin for RecognitionSystemCount
impl UnwindSafe for RecognitionSystemCount
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