Struct bitcoin_random::RNGStateEvents
source · pub struct RNGStateEvents { /* private fields */ }
Trait Implementations§
source§impl Default for RNGStateEvents
impl Default for RNGStateEvents
source§fn default() -> RNGStateEvents
fn default() -> RNGStateEvents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RNGStateEvents
impl Send for RNGStateEvents
impl Sync for RNGStateEvents
impl Unpin for RNGStateEvents
impl UnwindSafe for RNGStateEvents
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more