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