#[repr(u32)]pub enum st_retval {
ST_CONTINUE,
ST_STOP,
ST_DELETE,
ST_CHECK,
ST_REPLACE,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Variants§
ST_CONTINUE
Generated by rb-sys for Ruby 3.0.0
ST_STOP
Generated by rb-sys for Ruby 3.0.0
ST_DELETE
Generated by rb-sys for Ruby 3.0.0
ST_CHECK
Generated by rb-sys for Ruby 3.0.0
ST_REPLACE
Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl PartialEq<st_retval> for st_retval
impl PartialEq<st_retval> for st_retval
impl Copy for st_retval
impl Eq for st_retval
impl StructuralEq for st_retval
impl StructuralPartialEq for st_retval
Auto Trait Implementations§
impl RefUnwindSafe for st_retval
impl Send for st_retval
impl Sync for st_retval
impl Unpin for st_retval
impl UnwindSafe for st_retval
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