Struct security_claims::ffi::ClaimRandom
source · #[repr(C)]pub struct ClaimRandom {
pub data: [c_uchar; 32],
}
Fields§
§data: [c_uchar; 32]
Trait Implementations§
source§impl Clone for ClaimRandom
impl Clone for ClaimRandom
source§fn clone(&self) -> ClaimRandom
fn clone(&self) -> ClaimRandom
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClaimRandom
impl Debug for ClaimRandom
source§impl Default for ClaimRandom
impl Default for ClaimRandom
source§fn default() -> ClaimRandom
fn default() -> ClaimRandom
Returns the “default value” for a type. Read more
source§impl Display for ClaimRandom
impl Display for ClaimRandom
source§impl PartialEq for ClaimRandom
impl PartialEq for ClaimRandom
impl Copy for ClaimRandom
impl Eq for ClaimRandom
impl StructuralPartialEq for ClaimRandom
Auto Trait Implementations§
impl Freeze for ClaimRandom
impl RefUnwindSafe for ClaimRandom
impl Send for ClaimRandom
impl Sync for ClaimRandom
impl Unpin for ClaimRandom
impl UnwindSafe for ClaimRandom
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)