#[repr(C)]pub struct rand_pool_info {
pub entropy_count: i32,
pub buf_size: i32,
pub buf: __IncompleteArrayField<u32>,
}Fields§
§entropy_count: i32§buf_size: i32§buf: __IncompleteArrayField<u32>Trait Implementations§
Source§impl Debug for rand_pool_info
impl Debug for rand_pool_info
Source§impl Default for rand_pool_info
impl Default for rand_pool_info
Source§fn default() -> rand_pool_info
fn default() -> rand_pool_info
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for rand_pool_info
impl RefUnwindSafe for rand_pool_info
impl Send for rand_pool_info
impl Sync for rand_pool_info
impl Unpin for rand_pool_info
impl UnwindSafe for rand_pool_info
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more