#[repr(C)]pub struct PROTOCOL_ARGUMENT {
pub szMethod: PWSTR,
pub szTargetUrl: PWSTR,
}Fields§
§szMethod: PWSTR§szTargetUrl: PWSTRTrait Implementations§
Source§impl Abi for PROTOCOL_ARGUMENT
impl Abi for PROTOCOL_ARGUMENT
Source§type Abi = PROTOCOL_ARGUMENT
type Abi = PROTOCOL_ARGUMENT
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PROTOCOL_ARGUMENT
impl Clone for PROTOCOL_ARGUMENT
Source§fn clone(&self) -> PROTOCOL_ARGUMENT
fn clone(&self) -> PROTOCOL_ARGUMENT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PROTOCOL_ARGUMENT
impl Debug for PROTOCOL_ARGUMENT
Source§impl Default for PROTOCOL_ARGUMENT
impl Default for PROTOCOL_ARGUMENT
Source§impl PartialEq for PROTOCOL_ARGUMENT
impl PartialEq for PROTOCOL_ARGUMENT
impl Copy for PROTOCOL_ARGUMENT
impl Eq for PROTOCOL_ARGUMENT
Auto Trait Implementations§
impl Freeze for PROTOCOL_ARGUMENT
impl RefUnwindSafe for PROTOCOL_ARGUMENT
impl !Send for PROTOCOL_ARGUMENT
impl !Sync for PROTOCOL_ARGUMENT
impl Unpin for PROTOCOL_ARGUMENT
impl UnwindSafe for PROTOCOL_ARGUMENT
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