Struct rb_sys::bindings::rb_random_struct
source · #[repr(C)]pub struct rb_random_struct {
pub seed: VALUE,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§seed: VALUEGenerated by rb-sys for Ruby 3.0.0
Trait 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 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 rb_random_struct
impl Debug for rb_random_struct
source§impl PartialEq<rb_random_struct> for rb_random_struct
impl PartialEq<rb_random_struct> for rb_random_struct
source§fn eq(&self, other: &rb_random_struct) -> bool
fn eq(&self, other: &rb_random_struct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.