Struct Htcfg
pub struct Htcfg(/* private fields */);Implementations§
§impl Htcfg
impl Htcfg
pub const Recommended: Self
pub const Recommended: Self
Recommended value for RNG certification (0x0000_AA74)
pub const Magic: Self
pub const Magic: Self
Magic number to be written before any write (0x1759_0ABC)
Trait Implementations§
impl Copy for Htcfg
impl Eq for Htcfg
§impl Ord for Htcfg
impl Ord for Htcfg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Htcfg
impl PartialOrd 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 UnsafeUnpin 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