#[repr(transparent)]pub struct SystemParametersInfo_fWinIni(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SystemParametersInfo_fWinIni
impl SystemParametersInfo_fWinIni
pub const SPIF_UPDATEINIFILE: Self
pub const SPIF_SENDCHANGE: Self
pub const SPIF_SENDWININICHANGE: Self
Trait Implementations§
Source§impl Abi for SystemParametersInfo_fWinIni
impl Abi for SystemParametersInfo_fWinIni
Source§type Abi = SystemParametersInfo_fWinIni
type Abi = SystemParametersInfo_fWinIni
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 BitAndAssign for SystemParametersInfo_fWinIni
impl BitAndAssign for SystemParametersInfo_fWinIni
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SystemParametersInfo_fWinIni
impl BitOr for SystemParametersInfo_fWinIni
Source§impl BitOrAssign for SystemParametersInfo_fWinIni
impl BitOrAssign for SystemParametersInfo_fWinIni
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SystemParametersInfo_fWinIni
impl Clone for SystemParametersInfo_fWinIni
Source§fn clone(&self) -> SystemParametersInfo_fWinIni
fn clone(&self) -> SystemParametersInfo_fWinIni
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 SystemParametersInfo_fWinIni
impl Debug for SystemParametersInfo_fWinIni
Source§impl Default for SystemParametersInfo_fWinIni
impl Default for SystemParametersInfo_fWinIni
Source§fn default() -> SystemParametersInfo_fWinIni
fn default() -> SystemParametersInfo_fWinIni
Returns the “default value” for a type. Read more
Source§impl From<u32> for SystemParametersInfo_fWinIni
impl From<u32> for SystemParametersInfo_fWinIni
Source§impl PartialEq for SystemParametersInfo_fWinIni
impl PartialEq for SystemParametersInfo_fWinIni
Source§fn eq(&self, other: &SystemParametersInfo_fWinIni) -> bool
fn eq(&self, other: &SystemParametersInfo_fWinIni) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SystemParametersInfo_fWinIni
impl Eq for SystemParametersInfo_fWinIni
impl StructuralPartialEq for SystemParametersInfo_fWinIni
Auto Trait Implementations§
impl Freeze for SystemParametersInfo_fWinIni
impl RefUnwindSafe for SystemParametersInfo_fWinIni
impl Send for SystemParametersInfo_fWinIni
impl Sync for SystemParametersInfo_fWinIni
impl Unpin for SystemParametersInfo_fWinIni
impl UnwindSafe for SystemParametersInfo_fWinIni
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