pub struct Control(/* private fields */);Implementations§
Source§impl Control
impl Control
Sourcepub const fn initiate_function_level_reset(&self) -> bool
pub const fn initiate_function_level_reset(&self) -> bool
Bits: 0..1
Sourcepub const fn with_initiate_function_level_reset_checked(
self,
value: bool,
) -> Result<Self, ()>
pub const fn with_initiate_function_level_reset_checked( self, value: bool, ) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_initiate_function_level_reset(self, value: bool) -> Self
pub const fn with_initiate_function_level_reset(self, value: bool) -> Self
Bits: 0..1
Sourcepub const fn set_initiate_function_level_reset(&mut self, value: bool)
pub const fn set_initiate_function_level_reset(&mut self, value: bool)
Bits: 0..1
Trait Implementations§
impl Copy for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnsafeUnpin for Control
impl UnwindSafe for Control
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