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