#[repr(C)]pub struct BottomTransportCount(/* private fields */);
Expand description
Represents the bottom transport count.
Implementations§
Source§impl BottomTransportCount
impl 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<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 BottomTransportCount
impl Display for BottomTransportCount
Source§impl From<&BottomTransportCount> for XfsMember
impl From<&BottomTransportCount> for XfsMember
Source§fn from(val: &BottomTransportCount) -> Self
fn from(val: &BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<&BottomTransportCount> for XfsValue
impl From<&BottomTransportCount> for XfsValue
Source§fn from(val: &BottomTransportCount) -> Self
fn from(val: &BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<&BottomTransportCount> for i32
impl From<&BottomTransportCount> for i32
Source§fn from(val: &BottomTransportCount) -> Self
fn from(val: &BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<&BottomTransportCount> for u32
impl From<&BottomTransportCount> for u32
Source§fn from(val: &BottomTransportCount) -> Self
fn from(val: &BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for BottomTransportCount
impl From<&i32> for BottomTransportCount
Source§impl From<&u32> for BottomTransportCount
impl From<&u32> for BottomTransportCount
Source§impl From<BottomTransportCount> for XfsMember
impl From<BottomTransportCount> for XfsMember
Source§fn from(val: BottomTransportCount) -> Self
fn from(val: BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<BottomTransportCount> for XfsValue
impl From<BottomTransportCount> for XfsValue
Source§fn from(val: BottomTransportCount) -> Self
fn from(val: BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<BottomTransportCount> for i32
impl From<BottomTransportCount> for i32
Source§fn from(val: BottomTransportCount) -> Self
fn from(val: BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<BottomTransportCount> for u32
impl From<BottomTransportCount> for u32
Source§fn from(val: BottomTransportCount) -> Self
fn from(val: BottomTransportCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for BottomTransportCount
impl From<i32> for BottomTransportCount
Source§impl From<u32> for BottomTransportCount
impl From<u32> for BottomTransportCount
Source§impl PartialEq for BottomTransportCount
impl PartialEq for BottomTransportCount
Source§impl Serialize for BottomTransportCount
impl Serialize for BottomTransportCount
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