#[repr(C)]pub struct INTERNET_PER_CONN_OPTIONW_Value(/* private fields */);
Implementations§
Source§impl INTERNET_PER_CONN_OPTIONW_Value
impl INTERNET_PER_CONN_OPTIONW_Value
pub unsafe fn dwValue(&self) -> &DWORD
pub unsafe fn dwValue_mut(&mut self) -> &mut DWORD
pub unsafe fn pszValue(&self) -> &LPWSTR
pub unsafe fn pszValue_mut(&mut self) -> &mut LPWSTR
pub unsafe fn ftValue(&self) -> &FILETIME
pub unsafe fn ftValue_mut(&mut self) -> &mut FILETIME
Trait Implementations§
Source§impl Clone for INTERNET_PER_CONN_OPTIONW_Value
impl Clone for INTERNET_PER_CONN_OPTIONW_Value
Source§fn clone(&self) -> INTERNET_PER_CONN_OPTIONW_Value
fn clone(&self) -> INTERNET_PER_CONN_OPTIONW_Value
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 Default for INTERNET_PER_CONN_OPTIONW_Value
impl Default for INTERNET_PER_CONN_OPTIONW_Value
Source§fn default() -> INTERNET_PER_CONN_OPTIONW_Value
fn default() -> INTERNET_PER_CONN_OPTIONW_Value
Returns the “default value” for a type. Read more
impl Copy for INTERNET_PER_CONN_OPTIONW_Value
Auto Trait Implementations§
impl Freeze for INTERNET_PER_CONN_OPTIONW_Value
impl RefUnwindSafe for INTERNET_PER_CONN_OPTIONW_Value
impl Send for INTERNET_PER_CONN_OPTIONW_Value
impl Sync for INTERNET_PER_CONN_OPTIONW_Value
impl Unpin for INTERNET_PER_CONN_OPTIONW_Value
impl UnwindSafe for INTERNET_PER_CONN_OPTIONW_Value
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