#[repr(C)]pub struct mrb_kwargs {
pub num: mrb_int,
pub required: mrb_int,
pub table: *const mrb_sym,
pub values: *mut mrb_value,
pub rest: *mut mrb_value,
}
Fields§
§num: mrb_int
§required: mrb_int
§table: *const mrb_sym
§values: *mut mrb_value
§rest: *mut mrb_value
Trait Implementations§
Source§impl Clone for mrb_kwargs
impl Clone for mrb_kwargs
Source§fn clone(&self) -> mrb_kwargs
fn clone(&self) -> mrb_kwargs
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 mrb_kwargs
impl Debug for mrb_kwargs
impl Copy for mrb_kwargs
Auto Trait Implementations§
impl Freeze for mrb_kwargs
impl RefUnwindSafe for mrb_kwargs
impl !Send for mrb_kwargs
impl !Sync for mrb_kwargs
impl Unpin for mrb_kwargs
impl UnwindSafe for mrb_kwargs
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