#[repr(u32)]pub enum GIOStreamSpliceFlags {
G_IO_STREAM_SPLICE_NONE = 0,
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = 1,
G_IO_STREAM_SPLICE_CLOSE_STREAM2 = 2,
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH = 4,
}Variants§
G_IO_STREAM_SPLICE_NONE = 0
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = 1
G_IO_STREAM_SPLICE_CLOSE_STREAM2 = 2
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH = 4
Trait Implementations§
Source§impl Clone for GIOStreamSpliceFlags
impl Clone for GIOStreamSpliceFlags
Source§fn clone(&self) -> GIOStreamSpliceFlags
fn clone(&self) -> GIOStreamSpliceFlags
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 GIOStreamSpliceFlags
impl Debug for GIOStreamSpliceFlags
Source§impl Hash for GIOStreamSpliceFlags
impl Hash for GIOStreamSpliceFlags
Source§impl PartialEq for GIOStreamSpliceFlags
impl PartialEq for GIOStreamSpliceFlags
impl Copy for GIOStreamSpliceFlags
impl Eq for GIOStreamSpliceFlags
impl StructuralPartialEq for GIOStreamSpliceFlags
Auto Trait Implementations§
impl Freeze for GIOStreamSpliceFlags
impl RefUnwindSafe for GIOStreamSpliceFlags
impl Send for GIOStreamSpliceFlags
impl Sync for GIOStreamSpliceFlags
impl Unpin for GIOStreamSpliceFlags
impl UnwindSafe for GIOStreamSpliceFlags
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