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