Enum rb_sys::ruby_econv_flag_type
source · [−]#[repr(u32)]
pub enum ruby_econv_flag_type {
Show 21 variants
RUBY_ECONV_ERROR_HANDLER_MASK,
RUBY_ECONV_INVALID_MASK,
RUBY_ECONV_INVALID_REPLACE,
RUBY_ECONV_UNDEF_MASK,
RUBY_ECONV_UNDEF_REPLACE,
RUBY_ECONV_UNDEF_HEX_CHARREF,
RUBY_ECONV_DECORATOR_MASK,
RUBY_ECONV_NEWLINE_DECORATOR_MASK,
RUBY_ECONV_NEWLINE_DECORATOR_READ_MASK,
RUBY_ECONV_NEWLINE_DECORATOR_WRITE_MASK,
RUBY_ECONV_UNIVERSAL_NEWLINE_DECORATOR,
RUBY_ECONV_CRLF_NEWLINE_DECORATOR,
RUBY_ECONV_CR_NEWLINE_DECORATOR,
RUBY_ECONV_XML_TEXT_DECORATOR,
RUBY_ECONV_XML_ATTR_CONTENT_DECORATOR,
RUBY_ECONV_STATEFUL_DECORATOR_MASK,
RUBY_ECONV_XML_ATTR_QUOTE_DECORATOR,
RUBY_ECONV_DEFAULT_NEWLINE_DECORATOR,
RUBY_ECONV_PARTIAL_INPUT,
RUBY_ECONV_AFTER_OUTPUT,
RUBY_ECONV_FLAGS_PLACEHOLDER,
}Variants
RUBY_ECONV_ERROR_HANDLER_MASK
RUBY_ECONV_INVALID_MASK
RUBY_ECONV_INVALID_REPLACE
RUBY_ECONV_UNDEF_MASK
RUBY_ECONV_UNDEF_REPLACE
RUBY_ECONV_UNDEF_HEX_CHARREF
RUBY_ECONV_DECORATOR_MASK
RUBY_ECONV_NEWLINE_DECORATOR_MASK
RUBY_ECONV_NEWLINE_DECORATOR_READ_MASK
RUBY_ECONV_NEWLINE_DECORATOR_WRITE_MASK
RUBY_ECONV_UNIVERSAL_NEWLINE_DECORATOR
RUBY_ECONV_CRLF_NEWLINE_DECORATOR
RUBY_ECONV_CR_NEWLINE_DECORATOR
RUBY_ECONV_XML_TEXT_DECORATOR
RUBY_ECONV_XML_ATTR_CONTENT_DECORATOR
RUBY_ECONV_STATEFUL_DECORATOR_MASK
RUBY_ECONV_XML_ATTR_QUOTE_DECORATOR
RUBY_ECONV_DEFAULT_NEWLINE_DECORATOR
RUBY_ECONV_PARTIAL_INPUT
RUBY_ECONV_AFTER_OUTPUT
RUBY_ECONV_FLAGS_PLACEHOLDER
Trait Implementations
sourceimpl Clone for ruby_econv_flag_type
impl Clone for ruby_econv_flag_type
sourcefn clone(&self) -> ruby_econv_flag_type
fn clone(&self) -> ruby_econv_flag_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_econv_flag_type
impl Debug for ruby_econv_flag_type
sourceimpl Hash for ruby_econv_flag_type
impl Hash for ruby_econv_flag_type
impl Copy for ruby_econv_flag_type
impl Eq for ruby_econv_flag_type
impl StructuralEq for ruby_econv_flag_type
impl StructuralPartialEq for ruby_econv_flag_type
Auto Trait Implementations
impl RefUnwindSafe for ruby_econv_flag_type
impl Send for ruby_econv_flag_type
impl Sync for ruby_econv_flag_type
impl Unpin for ruby_econv_flag_type
impl UnwindSafe for ruby_econv_flag_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