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