#[repr(transparent)]pub struct DESKTOP_WALLPAPER_POSITION(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for DESKTOP_WALLPAPER_POSITION
impl Abi for DESKTOP_WALLPAPER_POSITION
Source§type Abi = DESKTOP_WALLPAPER_POSITION
type Abi = DESKTOP_WALLPAPER_POSITION
The abi representation of the implementing type. Read more
type DefaultType = DESKTOP_WALLPAPER_POSITION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DESKTOP_WALLPAPER_POSITION
impl Clone for DESKTOP_WALLPAPER_POSITION
Source§fn clone(&self) -> DESKTOP_WALLPAPER_POSITION
fn clone(&self) -> DESKTOP_WALLPAPER_POSITION
Returns a copy 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 DESKTOP_WALLPAPER_POSITION
impl Debug for DESKTOP_WALLPAPER_POSITION
Source§impl Default for DESKTOP_WALLPAPER_POSITION
impl Default for DESKTOP_WALLPAPER_POSITION
Source§fn default() -> DESKTOP_WALLPAPER_POSITION
fn default() -> DESKTOP_WALLPAPER_POSITION
Returns the “default value” for a type. Read more
Source§impl From<i32> for DESKTOP_WALLPAPER_POSITION
impl From<i32> for DESKTOP_WALLPAPER_POSITION
impl Copy for DESKTOP_WALLPAPER_POSITION
impl Eq for DESKTOP_WALLPAPER_POSITION
impl StructuralPartialEq for DESKTOP_WALLPAPER_POSITION
Auto Trait Implementations§
impl Freeze for DESKTOP_WALLPAPER_POSITION
impl RefUnwindSafe for DESKTOP_WALLPAPER_POSITION
impl Send for DESKTOP_WALLPAPER_POSITION
impl Sync for DESKTOP_WALLPAPER_POSITION
impl Unpin for DESKTOP_WALLPAPER_POSITION
impl UnwindSafe for DESKTOP_WALLPAPER_POSITION
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