pub struct ConfigOpt(/* private fields */);Implementations§
Source§impl ConfigOpt
impl ConfigOpt
Sourcepub const CONFIG_OPT_VAL: Self
pub const CONFIG_OPT_VAL: Self
TRNG_CONFIG_OPT for TRNG.
Trait Implementations§
Source§impl Ord for ConfigOpt
impl Ord for ConfigOpt
Source§impl PartialOrd for ConfigOpt
impl PartialOrd for ConfigOpt
impl Copy for ConfigOpt
impl Eq for ConfigOpt
impl StructuralPartialEq for ConfigOpt
Auto Trait Implementations§
impl Freeze for ConfigOpt
impl RefUnwindSafe for ConfigOpt
impl Send for ConfigOpt
impl Sync for ConfigOpt
impl Unpin for ConfigOpt
impl UnwindSafe for ConfigOpt
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