#[repr(transparent)]pub struct Uri_PROPERTY(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl Uri_PROPERTY
impl Uri_PROPERTY
pub const Uri_PROPERTY_ABSOLUTE_URI: Self
pub const Uri_PROPERTY_STRING_START: Self
pub const Uri_PROPERTY_AUTHORITY: Self
pub const Uri_PROPERTY_DISPLAY_URI: Self
pub const Uri_PROPERTY_DOMAIN: Self
pub const Uri_PROPERTY_EXTENSION: Self
pub const Uri_PROPERTY_FRAGMENT: Self
pub const Uri_PROPERTY_HOST: Self
pub const Uri_PROPERTY_PASSWORD: Self
pub const Uri_PROPERTY_PATH: Self
pub const Uri_PROPERTY_PATH_AND_QUERY: Self
pub const Uri_PROPERTY_QUERY: Self
pub const Uri_PROPERTY_RAW_URI: Self
pub const Uri_PROPERTY_SCHEME_NAME: Self
pub const Uri_PROPERTY_USER_INFO: Self
pub const Uri_PROPERTY_USER_NAME: Self
pub const Uri_PROPERTY_STRING_LAST: Self
pub const Uri_PROPERTY_HOST_TYPE: Self
pub const Uri_PROPERTY_DWORD_START: Self
pub const Uri_PROPERTY_PORT: Self
pub const Uri_PROPERTY_SCHEME: Self
pub const Uri_PROPERTY_ZONE: Self
pub const Uri_PROPERTY_DWORD_LAST: Self
Trait Implementations§
Source§impl Abi for Uri_PROPERTY
impl Abi for Uri_PROPERTY
Source§type Abi = Uri_PROPERTY
type Abi = Uri_PROPERTY
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 Uri_PROPERTY
impl Clone for Uri_PROPERTY
Source§fn clone(&self) -> Uri_PROPERTY
fn clone(&self) -> Uri_PROPERTY
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 Uri_PROPERTY
impl Debug for Uri_PROPERTY
Source§impl Default for Uri_PROPERTY
impl Default for Uri_PROPERTY
Source§fn default() -> Uri_PROPERTY
fn default() -> Uri_PROPERTY
Returns the “default value” for a type. Read more
Source§impl From<i32> for Uri_PROPERTY
impl From<i32> for Uri_PROPERTY
Source§impl PartialEq for Uri_PROPERTY
impl PartialEq for Uri_PROPERTY
impl Copy for Uri_PROPERTY
impl Eq for Uri_PROPERTY
impl StructuralPartialEq for Uri_PROPERTY
Auto Trait Implementations§
impl Freeze for Uri_PROPERTY
impl RefUnwindSafe for Uri_PROPERTY
impl Send for Uri_PROPERTY
impl Sync for Uri_PROPERTY
impl Unpin for Uri_PROPERTY
impl UnwindSafe for Uri_PROPERTY
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