Struct PIPE_TYPE
#[repr(transparent)]pub struct PIPE_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for PIPE_TYPE
impl Eq for PIPE_TYPE
impl StructuralPartialEq for PIPE_TYPE
Auto Trait Implementations§
impl Freeze for PIPE_TYPE
impl RefUnwindSafe for PIPE_TYPE
impl Send for PIPE_TYPE
impl Sync for PIPE_TYPE
impl Unpin for PIPE_TYPE
impl UnwindSafe for PIPE_TYPE
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