#[repr(C)]pub struct rb_random_struct {
pub seed: VALUE,
}Expand description
Fields§
§seed: VALUETrait Implementations§
Source§impl Clone for rb_random_struct
impl Clone for rb_random_struct
Source§fn clone(&self) -> rb_random_struct
fn clone(&self) -> rb_random_struct
Returns a duplicate 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 rb_random_struct
impl Debug for rb_random_struct
Source§impl PartialEq for rb_random_struct
impl PartialEq for rb_random_struct
impl Copy for rb_random_struct
impl Eq for rb_random_struct
impl StructuralPartialEq for rb_random_struct
Auto Trait Implementations§
impl Freeze for rb_random_struct
impl RefUnwindSafe for rb_random_struct
impl Send for rb_random_struct
impl Sync for rb_random_struct
impl Unpin for rb_random_struct
impl UnwindSafe for rb_random_struct
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