Struct Htcfg
pub struct Htcfg(/* private fields */);Implementations§
§impl Htcfg
impl Htcfg
pub const CONFIG_A: Self
pub const CONFIG_A: Self
Recommended value for RNG certification (0x0000_6688)
pub const CONFIG_B_C: Self
pub const CONFIG_B_C: Self
Recommended value for config B and C (not NIST certifiable) (0x0000_AAC7)
pub const MAGIC: Self
pub const MAGIC: Self
Magic number to be written before any write (0x1759_0ABC)
Trait Implementations§
§impl Ord for Htcfg
impl Ord for Htcfg
§impl PartialOrd for Htcfg
impl PartialOrd for Htcfg
impl Copy for Htcfg
impl Eq for Htcfg
impl StructuralPartialEq for Htcfg
Auto Trait Implementations§
impl Freeze for Htcfg
impl RefUnwindSafe for Htcfg
impl Send for Htcfg
impl Sync for Htcfg
impl Unpin for Htcfg
impl UnwindSafe for Htcfg
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