#[repr(C)]pub enum GOutputStreamSpliceFlags {
None = 0,
CloseSource = 1,
CloseTarget = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for GOutputStreamSpliceFlags
impl RefUnwindSafe for GOutputStreamSpliceFlags
impl Send for GOutputStreamSpliceFlags
impl Sync for GOutputStreamSpliceFlags
impl Unpin for GOutputStreamSpliceFlags
impl UnwindSafe for GOutputStreamSpliceFlags
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