#[repr(C)]pub struct DirectFromLoaderCount(/* private fields */);
Expand description
Represents the direct from loader count.
Implementations§
Source§impl DirectFromLoaderCount
impl DirectFromLoaderCount
Trait Implementations§
Source§impl Clone for DirectFromLoaderCount
impl Clone for DirectFromLoaderCount
Source§fn clone(&self) -> DirectFromLoaderCount
fn clone(&self) -> DirectFromLoaderCount
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 DirectFromLoaderCount
impl Debug for DirectFromLoaderCount
Source§impl Default for DirectFromLoaderCount
impl Default for DirectFromLoaderCount
Source§fn default() -> DirectFromLoaderCount
fn default() -> DirectFromLoaderCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DirectFromLoaderCount
impl<'de> Deserialize<'de> for DirectFromLoaderCount
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 DirectFromLoaderCount
impl Display for DirectFromLoaderCount
Source§impl From<&DirectFromLoaderCount> for XfsMember
impl From<&DirectFromLoaderCount> for XfsMember
Source§fn from(val: &DirectFromLoaderCount) -> Self
fn from(val: &DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<&DirectFromLoaderCount> for XfsValue
impl From<&DirectFromLoaderCount> for XfsValue
Source§fn from(val: &DirectFromLoaderCount) -> Self
fn from(val: &DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<&DirectFromLoaderCount> for i32
impl From<&DirectFromLoaderCount> for i32
Source§fn from(val: &DirectFromLoaderCount) -> Self
fn from(val: &DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<&DirectFromLoaderCount> for u32
impl From<&DirectFromLoaderCount> for u32
Source§fn from(val: &DirectFromLoaderCount) -> Self
fn from(val: &DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for DirectFromLoaderCount
impl From<&i32> for DirectFromLoaderCount
Source§impl From<&u32> for DirectFromLoaderCount
impl From<&u32> for DirectFromLoaderCount
Source§impl From<DirectFromLoaderCount> for XfsMember
impl From<DirectFromLoaderCount> for XfsMember
Source§fn from(val: DirectFromLoaderCount) -> Self
fn from(val: DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<DirectFromLoaderCount> for XfsValue
impl From<DirectFromLoaderCount> for XfsValue
Source§fn from(val: DirectFromLoaderCount) -> Self
fn from(val: DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<DirectFromLoaderCount> for i32
impl From<DirectFromLoaderCount> for i32
Source§fn from(val: DirectFromLoaderCount) -> Self
fn from(val: DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<DirectFromLoaderCount> for u32
impl From<DirectFromLoaderCount> for u32
Source§fn from(val: DirectFromLoaderCount) -> Self
fn from(val: DirectFromLoaderCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for DirectFromLoaderCount
impl From<i32> for DirectFromLoaderCount
Source§impl From<u32> for DirectFromLoaderCount
impl From<u32> for DirectFromLoaderCount
Source§impl PartialEq for DirectFromLoaderCount
impl PartialEq for DirectFromLoaderCount
Source§impl Serialize for DirectFromLoaderCount
impl Serialize for DirectFromLoaderCount
Source§impl TryFrom<&XfsMember> for DirectFromLoaderCount
impl TryFrom<&XfsMember> for DirectFromLoaderCount
Source§impl TryFrom<&XfsValue> for DirectFromLoaderCount
impl TryFrom<&XfsValue> for DirectFromLoaderCount
Source§impl TryFrom<XfsMember> for DirectFromLoaderCount
impl TryFrom<XfsMember> for DirectFromLoaderCount
Source§impl TryFrom<XfsValue> for DirectFromLoaderCount
impl TryFrom<XfsValue> for DirectFromLoaderCount
impl Copy for DirectFromLoaderCount
impl Eq for DirectFromLoaderCount
impl StructuralPartialEq for DirectFromLoaderCount
Auto Trait Implementations§
impl Freeze for DirectFromLoaderCount
impl RefUnwindSafe for DirectFromLoaderCount
impl Send for DirectFromLoaderCount
impl Sync for DirectFromLoaderCount
impl Unpin for DirectFromLoaderCount
impl UnwindSafe for DirectFromLoaderCount
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