pub struct DirectFromLoaderCount(/* private fields */);Expand description
Represents the direct from loader count.
Implementations§
Source§impl DirectFromLoaderCount
impl DirectFromLoaderCount
Sourcepub const fn new() -> DirectFromLoaderCount
pub const fn new() -> DirectFromLoaderCount
Creates a new DirectFromLoaderCount.
Sourcepub const fn create(val: u32) -> DirectFromLoaderCount
pub const fn create(val: u32) -> DirectFromLoaderCount
Creates a new DirectFromLoaderCount from the provided parameter.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of 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<DirectFromLoaderCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DirectFromLoaderCount, <__D as Deserializer<'de>>::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) -> XfsMember
fn from(val: &DirectFromLoaderCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&DirectFromLoaderCount> for XfsValue
impl From<&DirectFromLoaderCount> for XfsValue
Source§fn from(val: &DirectFromLoaderCount) -> XfsValue
fn from(val: &DirectFromLoaderCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for DirectFromLoaderCount
impl From<&i32> for DirectFromLoaderCount
Source§fn from(val: &i32) -> DirectFromLoaderCount
fn from(val: &i32) -> DirectFromLoaderCount
Converts to this type from the input type.
Source§impl From<&u32> for DirectFromLoaderCount
impl From<&u32> for DirectFromLoaderCount
Source§fn from(val: &u32) -> DirectFromLoaderCount
fn from(val: &u32) -> DirectFromLoaderCount
Converts to this type from the input type.
Source§impl From<DirectFromLoaderCount> for XfsMember
impl From<DirectFromLoaderCount> for XfsMember
Source§fn from(val: DirectFromLoaderCount) -> XfsMember
fn from(val: DirectFromLoaderCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<DirectFromLoaderCount> for XfsValue
impl From<DirectFromLoaderCount> for XfsValue
Source§fn from(val: DirectFromLoaderCount) -> XfsValue
fn from(val: DirectFromLoaderCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for DirectFromLoaderCount
impl From<i32> for DirectFromLoaderCount
Source§fn from(val: i32) -> DirectFromLoaderCount
fn from(val: i32) -> DirectFromLoaderCount
Converts to this type from the input type.
Source§impl From<u32> for DirectFromLoaderCount
impl From<u32> for DirectFromLoaderCount
Source§fn from(val: u32) -> DirectFromLoaderCount
fn from(val: u32) -> DirectFromLoaderCount
Converts to this type from the input type.
Source§impl PartialEq for DirectFromLoaderCount
impl PartialEq for DirectFromLoaderCount
Source§impl Serialize for DirectFromLoaderCount
impl Serialize for DirectFromLoaderCount
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 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