#[repr(C)]pub struct _tagPROTOCOL_ARGUMENT {
pub szMethod: LPCWSTR,
pub szTargetUrl: LPCWSTR,
}
Fields§
§szMethod: LPCWSTR
§szTargetUrl: LPCWSTR
Trait Implementations§
Source§impl Clone for _tagPROTOCOL_ARGUMENT
impl Clone for _tagPROTOCOL_ARGUMENT
Source§fn clone(&self) -> _tagPROTOCOL_ARGUMENT
fn clone(&self) -> _tagPROTOCOL_ARGUMENT
Returns a copy 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 _tagPROTOCOL_ARGUMENT
impl Debug for _tagPROTOCOL_ARGUMENT
Source§impl Ord for _tagPROTOCOL_ARGUMENT
impl Ord for _tagPROTOCOL_ARGUMENT
Source§fn cmp(&self, other: &_tagPROTOCOL_ARGUMENT) -> Ordering
fn cmp(&self, other: &_tagPROTOCOL_ARGUMENT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagPROTOCOL_ARGUMENT
impl PartialEq for _tagPROTOCOL_ARGUMENT
Source§impl PartialOrd for _tagPROTOCOL_ARGUMENT
impl PartialOrd for _tagPROTOCOL_ARGUMENT
impl Copy for _tagPROTOCOL_ARGUMENT
impl Eq for _tagPROTOCOL_ARGUMENT
impl StructuralPartialEq for _tagPROTOCOL_ARGUMENT
Auto Trait Implementations§
impl Freeze for _tagPROTOCOL_ARGUMENT
impl RefUnwindSafe for _tagPROTOCOL_ARGUMENT
impl !Send for _tagPROTOCOL_ARGUMENT
impl !Sync for _tagPROTOCOL_ARGUMENT
impl Unpin for _tagPROTOCOL_ARGUMENT
impl UnwindSafe for _tagPROTOCOL_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