#[repr(C)]pub struct InletDetectionCount(/* private fields */);
Expand description
Represents the inlet detection count.
Implementations§
Source§impl InletDetectionCount
impl 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<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 InletDetectionCount
impl Display for InletDetectionCount
Source§impl From<&InletDetectionCount> for XfsMember
impl From<&InletDetectionCount> for XfsMember
Source§fn from(val: &InletDetectionCount) -> Self
fn from(val: &InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&InletDetectionCount> for XfsValue
impl From<&InletDetectionCount> for XfsValue
Source§fn from(val: &InletDetectionCount) -> Self
fn from(val: &InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&InletDetectionCount> for i32
impl From<&InletDetectionCount> for i32
Source§fn from(val: &InletDetectionCount) -> Self
fn from(val: &InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&InletDetectionCount> for u32
impl From<&InletDetectionCount> for u32
Source§fn from(val: &InletDetectionCount) -> Self
fn from(val: &InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for InletDetectionCount
impl From<&i32> for InletDetectionCount
Source§impl From<&u32> for InletDetectionCount
impl From<&u32> for InletDetectionCount
Source§impl From<InletDetectionCount> for XfsMember
impl From<InletDetectionCount> for XfsMember
Source§fn from(val: InletDetectionCount) -> Self
fn from(val: InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<InletDetectionCount> for XfsValue
impl From<InletDetectionCount> for XfsValue
Source§fn from(val: InletDetectionCount) -> Self
fn from(val: InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<InletDetectionCount> for i32
impl From<InletDetectionCount> for i32
Source§fn from(val: InletDetectionCount) -> Self
fn from(val: InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<InletDetectionCount> for u32
impl From<InletDetectionCount> for u32
Source§fn from(val: InletDetectionCount) -> Self
fn from(val: InletDetectionCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for InletDetectionCount
impl From<i32> for InletDetectionCount
Source§impl From<u32> for InletDetectionCount
impl From<u32> for InletDetectionCount
Source§impl PartialEq for InletDetectionCount
impl PartialEq for InletDetectionCount
Source§impl Serialize for InletDetectionCount
impl Serialize for InletDetectionCount
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