Struct windows_sys::Wdk::Storage::FileSystem::FILE_PIPE_WAIT_FOR_BUFFER
#[repr(C)]pub struct FILE_PIPE_WAIT_FOR_BUFFER {
pub Timeout: i64,
pub NameLength: u32,
pub TimeoutSpecified: BOOLEAN,
pub Name: [u16; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Timeout: i64
§NameLength: u32
§TimeoutSpecified: BOOLEAN
§Name: [u16; 1]
Trait Implementations§
§impl Clone for FILE_PIPE_WAIT_FOR_BUFFER
impl Clone for FILE_PIPE_WAIT_FOR_BUFFER
impl Copy for FILE_PIPE_WAIT_FOR_BUFFER
Auto Trait Implementations§
impl RefUnwindSafe for FILE_PIPE_WAIT_FOR_BUFFER
impl Send for FILE_PIPE_WAIT_FOR_BUFFER
impl Sync for FILE_PIPE_WAIT_FOR_BUFFER
impl Unpin for FILE_PIPE_WAIT_FOR_BUFFER
impl UnwindSafe for FILE_PIPE_WAIT_FOR_BUFFER
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