pub struct InletDetectionCount(/* private fields */);Expand description
Represents the inlet detection count.
Implementations§
Source§impl InletDetectionCount
impl InletDetectionCount
Sourcepub const fn new() -> InletDetectionCount
pub const fn new() -> InletDetectionCount
Creates a new InletDetectionCount.
Sourcepub const fn create(val: u32) -> InletDetectionCount
pub const fn create(val: u32) -> InletDetectionCount
Creates a new InletDetectionCount from the provided parameter.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of InletDetectionCount.
Trait Implementations§
Source§impl Clone for InletDetectionCount
impl Clone for InletDetectionCount
Source§fn clone(&self) -> InletDetectionCount
fn clone(&self) -> InletDetectionCount
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 InletDetectionCount
impl Debug for InletDetectionCount
Source§impl Default for InletDetectionCount
impl Default for InletDetectionCount
Source§fn default() -> InletDetectionCount
fn default() -> InletDetectionCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InletDetectionCount
impl<'de> Deserialize<'de> for InletDetectionCount
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<InletDetectionCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<InletDetectionCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for InletDetectionCount
impl Display for InletDetectionCount
Source§impl From<&InletDetectionCount> for XfsMember
impl From<&InletDetectionCount> for XfsMember
Source§fn from(val: &InletDetectionCount) -> XfsMember
fn from(val: &InletDetectionCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&InletDetectionCount> for XfsValue
impl From<&InletDetectionCount> for XfsValue
Source§fn from(val: &InletDetectionCount) -> XfsValue
fn from(val: &InletDetectionCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for InletDetectionCount
impl From<&i32> for InletDetectionCount
Source§fn from(val: &i32) -> InletDetectionCount
fn from(val: &i32) -> InletDetectionCount
Converts to this type from the input type.
Source§impl From<&u32> for InletDetectionCount
impl From<&u32> for InletDetectionCount
Source§fn from(val: &u32) -> InletDetectionCount
fn from(val: &u32) -> InletDetectionCount
Converts to this type from the input type.
Source§impl From<InletDetectionCount> for XfsMember
impl From<InletDetectionCount> for XfsMember
Source§fn from(val: InletDetectionCount) -> XfsMember
fn from(val: InletDetectionCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<InletDetectionCount> for XfsValue
impl From<InletDetectionCount> for XfsValue
Source§fn from(val: InletDetectionCount) -> XfsValue
fn from(val: InletDetectionCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for InletDetectionCount
impl From<i32> for InletDetectionCount
Source§fn from(val: i32) -> InletDetectionCount
fn from(val: i32) -> InletDetectionCount
Converts to this type from the input type.
Source§impl From<u32> for InletDetectionCount
impl From<u32> for InletDetectionCount
Source§fn from(val: u32) -> InletDetectionCount
fn from(val: u32) -> InletDetectionCount
Converts to this type from the input type.
Source§impl PartialEq for InletDetectionCount
impl PartialEq for InletDetectionCount
Source§impl Serialize for InletDetectionCount
impl Serialize for InletDetectionCount
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<&XfsMember> for InletDetectionCount
impl TryFrom<&XfsMember> for InletDetectionCount
Source§impl TryFrom<&XfsValue> for InletDetectionCount
impl TryFrom<&XfsValue> for InletDetectionCount
Source§impl TryFrom<XfsMember> for InletDetectionCount
impl TryFrom<XfsMember> for InletDetectionCount
Source§impl TryFrom<XfsValue> for InletDetectionCount
impl TryFrom<XfsValue> for InletDetectionCount
impl Copy for InletDetectionCount
impl Eq for InletDetectionCount
impl StructuralPartialEq for InletDetectionCount
Auto Trait Implementations§
impl Freeze for InletDetectionCount
impl RefUnwindSafe for InletDetectionCount
impl Send for InletDetectionCount
impl Sync for InletDetectionCount
impl Unpin for InletDetectionCount
impl UnwindSafe for InletDetectionCount
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