GetSystemMetrics_nIndexFlags

Struct GetSystemMetrics_nIndexFlags 

Source
#[repr(transparent)]
pub struct GetSystemMetrics_nIndexFlags(pub u32);

Tuple Fields§

§0: u32

Implementations§

Source§

impl GetSystemMetrics_nIndexFlags

Source

pub const SM_ARRANGE: Self

Source

pub const SM_CLEANBOOT: Self

Source

pub const SM_CMONITORS: Self

Source

pub const SM_CMOUSEBUTTONS: Self

Source

pub const SM_CONVERTIBLESLATEMODE: Self

Source

pub const SM_CXBORDER: Self

Source

pub const SM_CXCURSOR: Self

Source

pub const SM_CXDLGFRAME: Self

Source

pub const SM_CXDOUBLECLK: Self

Source

pub const SM_CXDRAG: Self

Source

pub const SM_CXEDGE: Self

Source

pub const SM_CXFIXEDFRAME: Self

Source

pub const SM_CXFOCUSBORDER: Self

Source

pub const SM_CXFRAME: Self

Source

pub const SM_CXFULLSCREEN: Self

Source

pub const SM_CXHSCROLL: Self

Source

pub const SM_CXHTHUMB: Self

Source

pub const SM_CXICON: Self

Source

pub const SM_CXICONSPACING: Self

Source

pub const SM_CXMAXIMIZED: Self

Source

pub const SM_CXMAXTRACK: Self

Source

pub const SM_CXMENUCHECK: Self

Source

pub const SM_CXMENUSIZE: Self

Source

pub const SM_CXMIN: Self

Source

pub const SM_CXMINIMIZED: Self

Source

pub const SM_CXMINSPACING: Self

Source

pub const SM_CXMINTRACK: Self

Source

pub const SM_CXPADDEDBORDER: Self

Source

pub const SM_CXSCREEN: Self

Source

pub const SM_CXSIZE: Self

Source

pub const SM_CXSIZEFRAME: Self

Source

pub const SM_CXSMICON: Self

Source

pub const SM_CXSMSIZE: Self

Source

pub const SM_CXVIRTUALSCREEN: Self

Source

pub const SM_CXVSCROLL: Self

Source

pub const SM_CYBORDER: Self

Source

pub const SM_CYCAPTION: Self

Source

pub const SM_CYCURSOR: Self

Source

pub const SM_CYDLGFRAME: Self

Source

pub const SM_CYDOUBLECLK: Self

Source

pub const SM_CYDRAG: Self

Source

pub const SM_CYEDGE: Self

Source

pub const SM_CYFIXEDFRAME: Self

Source

pub const SM_CYFOCUSBORDER: Self

Source

pub const SM_CYFRAME: Self

Source

pub const SM_CYFULLSCREEN: Self

Source

pub const SM_CYHSCROLL: Self

Source

pub const SM_CYICON: Self

Source

pub const SM_CYICONSPACING: Self

Source

pub const SM_CYKANJIWINDOW: Self

Source

pub const SM_CYMAXIMIZED: Self

Source

pub const SM_CYMAXTRACK: Self

Source

pub const SM_CYMENU: Self

Source

pub const SM_CYMENUCHECK: Self

Source

pub const SM_CYMENUSIZE: Self

Source

pub const SM_CYMIN: Self

Source

pub const SM_CYMINIMIZED: Self

Source

pub const SM_CYMINSPACING: Self

Source

pub const SM_CYMINTRACK: Self

Source

pub const SM_CYSCREEN: Self

Source

pub const SM_CYSIZE: Self

Source

pub const SM_CYSIZEFRAME: Self

Source

pub const SM_CYSMCAPTION: Self

Source

pub const SM_CYSMICON: Self

Source

pub const SM_CYSMSIZE: Self

Source

pub const SM_CYVIRTUALSCREEN: Self

Source

pub const SM_CYVSCROLL: Self

Source

pub const SM_CYVTHUMB: Self

Source

pub const SM_DBCSENABLED: Self

Source

pub const SM_DEBUG: Self

Source

pub const SM_DIGITIZER: Self

Source

pub const SM_IMMENABLED: Self

Source

pub const SM_MAXIMUMTOUCHES: Self

Source

pub const SM_MEDIACENTER: Self

Source

pub const SM_MENUDROPALIGNMENT: Self

Source

pub const SM_MIDEASTENABLED: Self

Source

pub const SM_MOUSEPRESENT: Self

Source

pub const SM_MOUSEHORIZONTALWHEELPRESENT: Self

Source

pub const SM_MOUSEWHEELPRESENT: Self

Source

pub const SM_NETWORK: Self

Source

pub const SM_PENWINDOWS: Self

Source

pub const SM_REMOTECONTROL: Self

Source

pub const SM_REMOTESESSION: Self

Source

pub const SM_SAMEDISPLAYFORMAT: Self

Source

pub const SM_SECURE: Self

Source

pub const SM_SERVERR2: Self

Source

pub const SM_SHOWSOUNDS: Self

Source

pub const SM_SHUTTINGDOWN: Self

Source

pub const SM_SLOWMACHINE: Self

Source

pub const SM_STARTER: Self

Source

pub const SM_SWAPBUTTON: Self

Source

pub const SM_SYSTEMDOCKED_: Self

Source

pub const SM_TABLETPC: Self

Source

pub const SM_XVIRTUALSCREEN: Self

Source

pub const SM_YVIRTUALSCREEN: Self

Trait Implementations§

Source§

impl Abi for GetSystemMetrics_nIndexFlags

Source§

type Abi = GetSystemMetrics_nIndexFlags

The abi representation of the implementing type. Read more
Source§

fn abi(&self) -> Self::Abi

Casts the Rust object to its ABI type without copying the object.
Source§

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>

Casts the ABI representation to a Rust object by taking ownership of the bits.
Source§

fn drop_param(_: &mut Param<'_, Self>)

Source§

impl BitAnd for GetSystemMetrics_nIndexFlags

Source§

type Output = GetSystemMetrics_nIndexFlags

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAndAssign for GetSystemMetrics_nIndexFlags

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitOr for GetSystemMetrics_nIndexFlags

Source§

type Output = GetSystemMetrics_nIndexFlags

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOrAssign for GetSystemMetrics_nIndexFlags

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl Clone for GetSystemMetrics_nIndexFlags

Source§

fn clone(&self) -> GetSystemMetrics_nIndexFlags

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for GetSystemMetrics_nIndexFlags

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for GetSystemMetrics_nIndexFlags

Source§

fn default() -> GetSystemMetrics_nIndexFlags

Returns the “default value” for a type. Read more
Source§

impl From<u32> for GetSystemMetrics_nIndexFlags

Source§

fn from(value: u32) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for GetSystemMetrics_nIndexFlags

Source§

fn eq(&self, other: &GetSystemMetrics_nIndexFlags) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for GetSystemMetrics_nIndexFlags

Source§

impl Eq for GetSystemMetrics_nIndexFlags

Source§

impl StructuralPartialEq for GetSystemMetrics_nIndexFlags

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<'a, T> IntoParam<'a, T> for T
where T: Abi,

Source§

fn into_param(self) -> Param<'a, T>

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.