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