pub struct ResetLatchingFault(/* private fields */);Implementations§
Source§impl ResetLatchingFault
impl ResetLatchingFault
Sourcepub const fn reset_latching(&self) -> bool
pub const fn reset_latching(&self) -> bool
Tells Lightning to Reset Latching Faults
Bits: 0..1
Sourcepub const fn with_reset_latching_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_reset_latching_checked(self, value: bool) -> Result<Self, ()>
Tells Lightning to Reset Latching Faults
Bits: 0..1
Sourcepub const fn with_reset_latching(self, value: bool) -> Self
pub const fn with_reset_latching(self, value: bool) -> Self
Tells Lightning to Reset Latching Faults
Bits: 0..1
Sourcepub const fn set_reset_latching(&mut self, value: bool)
pub const fn set_reset_latching(&mut self, value: bool)
Tells Lightning to Reset Latching Faults
Bits: 0..1
Trait Implementations§
Source§impl Clone for ResetLatchingFault
impl Clone for ResetLatchingFault
Source§fn clone(&self) -> ResetLatchingFault
fn clone(&self) -> ResetLatchingFault
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 ResetLatchingFault
impl Debug for ResetLatchingFault
Source§impl Default for ResetLatchingFault
impl Default for ResetLatchingFault
Source§impl From<ResetLatchingFault> for u8
impl From<ResetLatchingFault> for u8
Source§fn from(v: ResetLatchingFault) -> Self
fn from(v: ResetLatchingFault) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ResetLatchingFault
impl From<u8> for ResetLatchingFault
Source§impl ToCanFrame for ResetLatchingFault
impl ToCanFrame for ResetLatchingFault
impl Copy for ResetLatchingFault
Auto Trait Implementations§
impl Freeze for ResetLatchingFault
impl RefUnwindSafe for ResetLatchingFault
impl Send for ResetLatchingFault
impl Sync for ResetLatchingFault
impl Unpin for ResetLatchingFault
impl UnwindSafe for ResetLatchingFault
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