Struct windows_sys::Wdk::System::SystemServices::MAILSLOT_CREATE_PARAMETERS
#[repr(C)]pub struct MAILSLOT_CREATE_PARAMETERS {
pub MailslotQuota: u32,
pub MaximumMessageSize: u32,
pub ReadTimeout: i64,
pub TimeoutSpecified: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§MailslotQuota: u32
§MaximumMessageSize: u32
§ReadTimeout: i64
§TimeoutSpecified: BOOLEAN
Trait Implementations§
§impl Clone for MAILSLOT_CREATE_PARAMETERS
impl Clone for MAILSLOT_CREATE_PARAMETERS
impl Copy for MAILSLOT_CREATE_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for MAILSLOT_CREATE_PARAMETERS
impl Send for MAILSLOT_CREATE_PARAMETERS
impl Sync for MAILSLOT_CREATE_PARAMETERS
impl Unpin for MAILSLOT_CREATE_PARAMETERS
impl UnwindSafe for MAILSLOT_CREATE_PARAMETERS
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