#[repr(C)]pub struct IncompatibleSoftwareCount(/* private fields */);
Expand description
Represents the incompatible software count.
Implementations§
Source§impl IncompatibleSoftwareCount
impl IncompatibleSoftwareCount
Sourcepub const fn create(val: u32) -> Self
pub const fn create(val: u32) -> Self
Creates a new IncompatibleSoftwareCount
from the provided parameter.
Sourcepub fn set_inner(&mut self, val: u32)
pub fn set_inner(&mut self, val: u32)
Sets the inner representation of IncompatibleSoftwareCount
.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of IncompatibleSoftwareCount
.
Trait Implementations§
Source§impl Clone for IncompatibleSoftwareCount
impl Clone for IncompatibleSoftwareCount
Source§fn clone(&self) -> IncompatibleSoftwareCount
fn clone(&self) -> IncompatibleSoftwareCount
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 IncompatibleSoftwareCount
impl Debug for IncompatibleSoftwareCount
Source§impl Default for IncompatibleSoftwareCount
impl Default for IncompatibleSoftwareCount
Source§fn default() -> IncompatibleSoftwareCount
fn default() -> IncompatibleSoftwareCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IncompatibleSoftwareCount
impl<'de> Deserialize<'de> for IncompatibleSoftwareCount
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 IncompatibleSoftwareCount
impl Display for IncompatibleSoftwareCount
Source§impl From<&IncompatibleSoftwareCount> for XfsMember
impl From<&IncompatibleSoftwareCount> for XfsMember
Source§fn from(val: &IncompatibleSoftwareCount) -> Self
fn from(val: &IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<&IncompatibleSoftwareCount> for XfsValue
impl From<&IncompatibleSoftwareCount> for XfsValue
Source§fn from(val: &IncompatibleSoftwareCount) -> Self
fn from(val: &IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<&IncompatibleSoftwareCount> for i32
impl From<&IncompatibleSoftwareCount> for i32
Source§fn from(val: &IncompatibleSoftwareCount) -> Self
fn from(val: &IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<&IncompatibleSoftwareCount> for u32
impl From<&IncompatibleSoftwareCount> for u32
Source§fn from(val: &IncompatibleSoftwareCount) -> Self
fn from(val: &IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for IncompatibleSoftwareCount
impl From<&i32> for IncompatibleSoftwareCount
Source§impl From<&u32> for IncompatibleSoftwareCount
impl From<&u32> for IncompatibleSoftwareCount
Source§impl From<IncompatibleSoftwareCount> for XfsMember
impl From<IncompatibleSoftwareCount> for XfsMember
Source§fn from(val: IncompatibleSoftwareCount) -> Self
fn from(val: IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<IncompatibleSoftwareCount> for XfsValue
impl From<IncompatibleSoftwareCount> for XfsValue
Source§fn from(val: IncompatibleSoftwareCount) -> Self
fn from(val: IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<IncompatibleSoftwareCount> for i32
impl From<IncompatibleSoftwareCount> for i32
Source§fn from(val: IncompatibleSoftwareCount) -> Self
fn from(val: IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<IncompatibleSoftwareCount> for u32
impl From<IncompatibleSoftwareCount> for u32
Source§fn from(val: IncompatibleSoftwareCount) -> Self
fn from(val: IncompatibleSoftwareCount) -> Self
Converts to this type from the input type.
Source§impl From<i32> for IncompatibleSoftwareCount
impl From<i32> for IncompatibleSoftwareCount
Source§impl From<u32> for IncompatibleSoftwareCount
impl From<u32> for IncompatibleSoftwareCount
Source§impl TryFrom<&XfsMember> for IncompatibleSoftwareCount
impl TryFrom<&XfsMember> for IncompatibleSoftwareCount
Source§impl TryFrom<&XfsValue> for IncompatibleSoftwareCount
impl TryFrom<&XfsValue> for IncompatibleSoftwareCount
Source§impl TryFrom<XfsMember> for IncompatibleSoftwareCount
impl TryFrom<XfsMember> for IncompatibleSoftwareCount
Source§impl TryFrom<XfsValue> for IncompatibleSoftwareCount
impl TryFrom<XfsValue> for IncompatibleSoftwareCount
impl Copy for IncompatibleSoftwareCount
impl Eq for IncompatibleSoftwareCount
impl StructuralPartialEq for IncompatibleSoftwareCount
Auto Trait Implementations§
impl Freeze for IncompatibleSoftwareCount
impl RefUnwindSafe for IncompatibleSoftwareCount
impl Send for IncompatibleSoftwareCount
impl Sync for IncompatibleSoftwareCount
impl Unpin for IncompatibleSoftwareCount
impl UnwindSafe for IncompatibleSoftwareCount
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