pub struct WindowsPreflightRequest { /* private fields */ }Expand description
Accepted preflight request with exactly one native acknowledgement responsibility.
Implementations§
Source§impl WindowsPreflightRequest
impl WindowsPreflightRequest
Sourcepub const fn snapshot(&self) -> &WindowsPreflightSnapshot
pub const fn snapshot(&self) -> &WindowsPreflightSnapshot
Returns the immutable preflight snapshot.
Sourcepub const fn lease(&self) -> &WindowsCallbackLease
pub const fn lease(&self) -> &WindowsCallbackLease
Returns the accepted generation lease.
Sourcepub const fn acknowledged(&self) -> bool
pub const fn acknowledged(&self) -> bool
Returns whether this request has already attempted its native acknowledgement.
Trait Implementations§
Source§impl Debug for WindowsPreflightRequest
impl Debug for WindowsPreflightRequest
Auto Trait Implementations§
impl Freeze for WindowsPreflightRequest
impl RefUnwindSafe for WindowsPreflightRequest
impl Send for WindowsPreflightRequest
impl Sync for WindowsPreflightRequest
impl Unpin for WindowsPreflightRequest
impl UnwindSafe for WindowsPreflightRequest
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