pub struct Statst { /* private fields */ }Expand description
Start Self Test Status Group Conversion and Poll Status
Trait Implementations§
Source§impl HasMDOption for Statst
impl HasMDOption for Statst
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasSTConfig for Statst
impl HasSTConfig for Statst
Source§fn set_st_config(self, config: SelfTestConfig) -> Self
fn set_st_config(self, config: SelfTestConfig) -> Self
Auto Trait Implementations§
impl Freeze for Statst
impl RefUnwindSafe for Statst
impl Send for Statst
impl Sync for Statst
impl Unpin for Statst
impl UnsafeUnpin for Statst
impl UnwindSafe for Statst
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