#[repr(C)]pub struct RecognitionSensorCoverCount(/* private fields */);
Expand description
Represents the recognition sensor cover count.
Implementations§
Source§impl RecognitionSensorCoverCount
impl RecognitionSensorCoverCount
Sourcepub const fn create(val: u32) -> Self
pub const fn create(val: u32) -> Self
Creates a new RecognitionSensorCoverCount
from the provided parameter.
Sourcepub fn set_inner(&mut self, val: u32)
pub fn set_inner(&mut self, val: u32)
Sets the inner representation of RecognitionSensorCoverCount
.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of RecognitionSensorCoverCount
.
Trait Implementations§
Source§impl Clone for RecognitionSensorCoverCount
impl Clone for RecognitionSensorCoverCount
Source§fn clone(&self) -> RecognitionSensorCoverCount
fn clone(&self) -> RecognitionSensorCoverCount
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 RecognitionSensorCoverCount
impl Debug for RecognitionSensorCoverCount
Source§impl Default for RecognitionSensorCoverCount
impl Default for RecognitionSensorCoverCount
Source§fn default() -> RecognitionSensorCoverCount
fn default() -> RecognitionSensorCoverCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecognitionSensorCoverCount
impl<'de> Deserialize<'de> for RecognitionSensorCoverCount
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 From<&RecognitionSensorCoverCount> for XfsMember
impl From<&RecognitionSensorCoverCount> for XfsMember
Source§fn from(val: &RecognitionSensorCoverCount) -> Self
fn from(val: &RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSensorCoverCount> for XfsValue
impl From<&RecognitionSensorCoverCount> for XfsValue
Source§fn from(val: &RecognitionSensorCoverCount) -> Self
fn from(val: &RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSensorCoverCount> for i32
impl From<&RecognitionSensorCoverCount> for i32
Source§fn from(val: &RecognitionSensorCoverCount) -> Self
fn from(val: &RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<&RecognitionSensorCoverCount> for u32
impl From<&RecognitionSensorCoverCount> for u32
Source§fn from(val: &RecognitionSensorCoverCount) -> Self
fn from(val: &RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for RecognitionSensorCoverCount
impl From<&i32> for RecognitionSensorCoverCount
Source§impl From<&u32> for RecognitionSensorCoverCount
impl From<&u32> for RecognitionSensorCoverCount
Source§impl From<RecognitionSensorCoverCount> for XfsMember
impl From<RecognitionSensorCoverCount> for XfsMember
Source§fn from(val: RecognitionSensorCoverCount) -> Self
fn from(val: RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSensorCoverCount> for XfsValue
impl From<RecognitionSensorCoverCount> for XfsValue
Source§fn from(val: RecognitionSensorCoverCount) -> Self
fn from(val: RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSensorCoverCount> for i32
impl From<RecognitionSensorCoverCount> for i32
Source§fn from(val: RecognitionSensorCoverCount) -> Self
fn from(val: RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<RecognitionSensorCoverCount> for u32
impl From<RecognitionSensorCoverCount> for u32
Source§fn from(val: RecognitionSensorCoverCount) -> Self
fn from(val: RecognitionSensorCoverCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for RecognitionSensorCoverCount
impl From<i32> for RecognitionSensorCoverCount
Source§impl From<u32> for RecognitionSensorCoverCount
impl From<u32> for RecognitionSensorCoverCount
Source§impl TryFrom<&XfsMember> for RecognitionSensorCoverCount
impl TryFrom<&XfsMember> for RecognitionSensorCoverCount
Source§impl TryFrom<&XfsValue> for RecognitionSensorCoverCount
impl TryFrom<&XfsValue> for RecognitionSensorCoverCount
impl Copy for RecognitionSensorCoverCount
impl Eq for RecognitionSensorCoverCount
impl StructuralPartialEq for RecognitionSensorCoverCount
Auto Trait Implementations§
impl Freeze for RecognitionSensorCoverCount
impl RefUnwindSafe for RecognitionSensorCoverCount
impl Send for RecognitionSensorCoverCount
impl Sync for RecognitionSensorCoverCount
impl Unpin for RecognitionSensorCoverCount
impl UnwindSafe for RecognitionSensorCoverCount
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