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