Struct windows_native::ntioapi::FILE_MAILSLOT_PEEK_BUFFER
source ยท #[repr(C)]pub struct FILE_MAILSLOT_PEEK_BUFFER {
pub ReadDataAvailable: u32,
pub NumberOfMessages: u32,
pub MessageLength: u32,
}Fieldsยง
ยงReadDataAvailable: u32ยงNumberOfMessages: u32ยงMessageLength: u32Trait Implementationsยง
sourceยงimpl Debug for FILE_MAILSLOT_PEEK_BUFFER
impl Debug for FILE_MAILSLOT_PEEK_BUFFER
Auto Trait Implementationsยง
impl RefUnwindSafe for FILE_MAILSLOT_PEEK_BUFFER
impl Send for FILE_MAILSLOT_PEEK_BUFFER
impl Sync for FILE_MAILSLOT_PEEK_BUFFER
impl Unpin for FILE_MAILSLOT_PEEK_BUFFER
impl UnwindSafe for FILE_MAILSLOT_PEEK_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