Struct windows_sys::Win32::System::Com::Urlmon::PROTOCOLDATA
[−]#[repr(C)]pub struct PROTOCOLDATA {
pub grfFlags: u32,
pub dwState: u32,
pub pData: *mut c_void,
pub cbData: u32,
}
Expand description
Required features: "Win32_System_Com_Urlmon"
Fields
grfFlags: u32
dwState: u32
pData: *mut c_void
cbData: u32
Trait Implementations
impl Clone for PROTOCOLDATA
impl Clone for PROTOCOLDATA
impl Copy for PROTOCOLDATA
Auto Trait Implementations
impl RefUnwindSafe for PROTOCOLDATA
impl !Send for PROTOCOLDATA
impl !Sync for PROTOCOLDATA
impl Unpin for PROTOCOLDATA
impl UnwindSafe for PROTOCOLDATA
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