Struct DESKTOP_WALLPAPER_POSITION
#[repr(transparent)]pub struct DESKTOP_WALLPAPER_POSITION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DESKTOP_WALLPAPER_POSITION
impl Clone for DESKTOP_WALLPAPER_POSITION
§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 more§impl Debug for DESKTOP_WALLPAPER_POSITION
impl Debug for DESKTOP_WALLPAPER_POSITION
§impl Default for DESKTOP_WALLPAPER_POSITION
impl Default for DESKTOP_WALLPAPER_POSITION
§fn default() -> DESKTOP_WALLPAPER_POSITION
fn default() -> DESKTOP_WALLPAPER_POSITION
Returns the “default value” for a type. Read more
§impl PartialEq for DESKTOP_WALLPAPER_POSITION
impl PartialEq 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