#[repr(transparent)]pub struct URLZONEREG(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl URLZONEREG
impl URLZONEREG
pub const URLZONEREG_DEFAULT: Self
pub const URLZONEREG_HKLM: Self
pub const URLZONEREG_HKCU: Self
Trait Implementations§
Source§impl Abi for URLZONEREG
impl Abi for URLZONEREG
Source§type Abi = URLZONEREG
type Abi = URLZONEREG
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 URLZONEREG
impl Clone for URLZONEREG
Source§fn clone(&self) -> URLZONEREG
fn clone(&self) -> URLZONEREG
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 URLZONEREG
impl Debug for URLZONEREG
Source§impl Default for URLZONEREG
impl Default for URLZONEREG
Source§fn default() -> URLZONEREG
fn default() -> URLZONEREG
Returns the “default value” for a type. Read more
Source§impl From<i32> for URLZONEREG
impl From<i32> for URLZONEREG
Source§impl PartialEq for URLZONEREG
impl PartialEq for URLZONEREG
impl Copy for URLZONEREG
impl Eq for URLZONEREG
impl StructuralPartialEq for URLZONEREG
Auto Trait Implementations§
impl Freeze for URLZONEREG
impl RefUnwindSafe for URLZONEREG
impl Send for URLZONEREG
impl Sync for URLZONEREG
impl Unpin for URLZONEREG
impl UnwindSafe for URLZONEREG
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