#[repr(C)]
pub union PipeProtoChunk {
pub proto: ManuallyDrop<PipeProtoHeader>,
pub filler: ManuallyDrop<[c_char; 4096]>,
}
Fields§
§proto: ManuallyDrop<PipeProtoHeader>
§filler: ManuallyDrop<[c_char; 4096]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipeProtoChunk
impl RefUnwindSafe for PipeProtoChunk
impl Send for PipeProtoChunk
impl Sync for PipeProtoChunk
impl Unpin for PipeProtoChunk
impl UnwindSafe for PipeProtoChunk
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