#[repr(C)]pub struct HTTP_PUSH_NOTIFICATION_STATUS {
pub ChannelStatusValid: BOOL,
pub ChannelStatus: u32,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
ChannelStatusValid: BOOL
ChannelStatus: u32
Trait Implementations
impl Clone for HTTP_PUSH_NOTIFICATION_STATUS
impl Clone for HTTP_PUSH_NOTIFICATION_STATUS
impl Copy for HTTP_PUSH_NOTIFICATION_STATUS
Auto Trait Implementations
impl RefUnwindSafe for HTTP_PUSH_NOTIFICATION_STATUS
impl Send for HTTP_PUSH_NOTIFICATION_STATUS
impl Sync for HTTP_PUSH_NOTIFICATION_STATUS
impl Unpin for HTTP_PUSH_NOTIFICATION_STATUS
impl UnwindSafe for HTTP_PUSH_NOTIFICATION_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more