Struct windows::Win32::System::Com::Uri_PROPERTY
#[repr(transparent)]pub struct Uri_PROPERTY(pub i32);
Expand description
Required features: "Win32_System_Com"
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for Uri_PROPERTY
impl Clone for Uri_PROPERTY
§impl Debug for Uri_PROPERTY
impl Debug for Uri_PROPERTY
§impl Default for Uri_PROPERTY
impl Default for Uri_PROPERTY
§impl PartialEq<Uri_PROPERTY> for Uri_PROPERTY
impl PartialEq<Uri_PROPERTY> for Uri_PROPERTY
§fn eq(&self, other: &Uri_PROPERTY) -> bool
fn eq(&self, other: &Uri_PROPERTY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.