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