Enum rb_sys::ruby_coderange_type
source · [−]#[repr(u32)]
pub enum ruby_coderange_type {
RUBY_ENC_CODERANGE_UNKNOWN,
RUBY_ENC_CODERANGE_7BIT,
RUBY_ENC_CODERANGE_VALID,
RUBY_ENC_CODERANGE_BROKEN,
}Variants
RUBY_ENC_CODERANGE_UNKNOWN
RUBY_ENC_CODERANGE_7BIT
RUBY_ENC_CODERANGE_VALID
RUBY_ENC_CODERANGE_BROKEN
Implementations
sourceimpl ruby_coderange_type
impl ruby_coderange_type
pub const RUBY_ENC_CODERANGE_MASK: ruby_coderange_type = ruby_coderange_type::RUBY_ENC_CODERANGE_BROKEN
Trait Implementations
sourceimpl Clone for ruby_coderange_type
impl Clone for ruby_coderange_type
sourcefn clone(&self) -> ruby_coderange_type
fn clone(&self) -> ruby_coderange_type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ruby_coderange_type
impl Debug for ruby_coderange_type
sourceimpl Hash for ruby_coderange_type
impl Hash for ruby_coderange_type
impl Copy for ruby_coderange_type
impl Eq for ruby_coderange_type
impl StructuralEq for ruby_coderange_type
impl StructuralPartialEq for ruby_coderange_type
Auto Trait Implementations
impl RefUnwindSafe for ruby_coderange_type
impl Send for ruby_coderange_type
impl Sync for ruby_coderange_type
impl Unpin for ruby_coderange_type
impl UnwindSafe for ruby_coderange_type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more