#[repr(u32)]pub enum GDataStreamNewlineType {
G_DATA_STREAM_NEWLINE_TYPE_LF = 0,
G_DATA_STREAM_NEWLINE_TYPE_CR = 1,
G_DATA_STREAM_NEWLINE_TYPE_CR_LF = 2,
G_DATA_STREAM_NEWLINE_TYPE_ANY = 3,
}Variants§
G_DATA_STREAM_NEWLINE_TYPE_LF = 0
G_DATA_STREAM_NEWLINE_TYPE_CR = 1
G_DATA_STREAM_NEWLINE_TYPE_CR_LF = 2
G_DATA_STREAM_NEWLINE_TYPE_ANY = 3
Trait Implementations§
Source§impl Clone for GDataStreamNewlineType
impl Clone for GDataStreamNewlineType
Source§fn clone(&self) -> GDataStreamNewlineType
fn clone(&self) -> GDataStreamNewlineType
Returns a duplicate 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 GDataStreamNewlineType
impl Debug for GDataStreamNewlineType
Source§impl Hash for GDataStreamNewlineType
impl Hash for GDataStreamNewlineType
Source§impl PartialEq for GDataStreamNewlineType
impl PartialEq for GDataStreamNewlineType
impl Copy for GDataStreamNewlineType
impl Eq for GDataStreamNewlineType
impl StructuralPartialEq for GDataStreamNewlineType
Auto Trait Implementations§
impl Freeze for GDataStreamNewlineType
impl RefUnwindSafe for GDataStreamNewlineType
impl Send for GDataStreamNewlineType
impl Sync for GDataStreamNewlineType
impl Unpin for GDataStreamNewlineType
impl UnwindSafe for GDataStreamNewlineType
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