#[repr(transparent)]pub struct uv_stdio_flags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_IGNORE: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_CREATE_PIPE: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_INHERIT_FD: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_INHERIT_STREAM: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_READABLE_PIPE: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_WRITABLE_PIPE: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_NONBLOCK_PIPE: uv_stdio_flags
Source§impl uv_stdio_flags
impl uv_stdio_flags
pub const UV_OVERLAPPED_PIPE: uv_stdio_flags
Trait Implementations§
Source§impl Clone for uv_stdio_flags
impl Clone for uv_stdio_flags
Source§fn clone(&self) -> uv_stdio_flags
fn clone(&self) -> uv_stdio_flags
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 uv_stdio_flags
impl Debug for uv_stdio_flags
Source§impl Hash for uv_stdio_flags
impl Hash for uv_stdio_flags
Source§impl PartialEq for uv_stdio_flags
impl PartialEq for uv_stdio_flags
impl Copy for uv_stdio_flags
impl Eq for uv_stdio_flags
impl StructuralPartialEq for uv_stdio_flags
Auto Trait Implementations§
impl Freeze for uv_stdio_flags
impl RefUnwindSafe for uv_stdio_flags
impl Send for uv_stdio_flags
impl Sync for uv_stdio_flags
impl Unpin for uv_stdio_flags
impl UnwindSafe for uv_stdio_flags
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