Struct rb_sys::bindings::uncategorized::rb_random_struct
source · #[repr(C)]pub struct rb_random_struct {
pub seed: VALUE,
}Expand description
Generated by rb-sys for Ruby 3.0.2
Fields§
§seed: VALUEGenerated by rb-sys for Ruby 3.0.2
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 for rb_random_struct
impl PartialEq 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 ==.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