#[repr(C)]pub struct _tagPROTOCOLDATA {
pub grfFlags: DWORD,
pub dwState: DWORD,
pub pData: LPVOID,
pub cbData: ULONG,
}
Fields§
§grfFlags: DWORD
§dwState: DWORD
§pData: LPVOID
§cbData: ULONG
Trait Implementations§
Source§impl Clone for _tagPROTOCOLDATA
impl Clone for _tagPROTOCOLDATA
Source§fn clone(&self) -> _tagPROTOCOLDATA
fn clone(&self) -> _tagPROTOCOLDATA
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 _tagPROTOCOLDATA
impl Debug for _tagPROTOCOLDATA
Source§impl Ord for _tagPROTOCOLDATA
impl Ord for _tagPROTOCOLDATA
Source§fn cmp(&self, other: &_tagPROTOCOLDATA) -> Ordering
fn cmp(&self, other: &_tagPROTOCOLDATA) -> 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 _tagPROTOCOLDATA
impl PartialEq for _tagPROTOCOLDATA
Source§impl PartialOrd for _tagPROTOCOLDATA
impl PartialOrd for _tagPROTOCOLDATA
impl Copy for _tagPROTOCOLDATA
impl Eq for _tagPROTOCOLDATA
impl StructuralPartialEq for _tagPROTOCOLDATA
Auto Trait Implementations§
impl Freeze for _tagPROTOCOLDATA
impl RefUnwindSafe for _tagPROTOCOLDATA
impl !Send for _tagPROTOCOLDATA
impl !Sync for _tagPROTOCOLDATA
impl Unpin for _tagPROTOCOLDATA
impl UnwindSafe for _tagPROTOCOLDATA
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