Enum rb_sys::bindings::uncategorized::st_retval
source · #[repr(u32)]pub enum st_retval {
ST_CONTINUE = 0,
ST_STOP = 1,
ST_DELETE = 2,
ST_CHECK = 3,
ST_REPLACE = 4,
}Expand description
Generated by rb-sys for Ruby 3.0.2
Variants§
ST_CONTINUE = 0
Generated by rb-sys for Ruby 3.0.2
ST_STOP = 1
Generated by rb-sys for Ruby 3.0.2
ST_DELETE = 2
Generated by rb-sys for Ruby 3.0.2
ST_CHECK = 3
Generated by rb-sys for Ruby 3.0.2
ST_REPLACE = 4
Generated by rb-sys for Ruby 3.0.2
Trait Implementations§
source§impl PartialEq for st_retval
impl PartialEq for st_retval
impl Copy for st_retval
impl Eq 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