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