#[repr(C)]pub struct DISPLAYCONFIG_DESKTOP_IMAGE_INFO {
    pub PathSourceSize: POINTL,
    pub DesktopImageRegion: RECTL,
    pub DesktopImageClip: RECTL,
}Fields§
§PathSourceSize: POINTL§DesktopImageRegion: RECTL§DesktopImageClip: RECTLTrait Implementations§
Source§impl Clone for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
 
impl Clone for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
Source§fn clone(&self) -> DISPLAYCONFIG_DESKTOP_IMAGE_INFO
 
fn clone(&self) -> DISPLAYCONFIG_DESKTOP_IMAGE_INFO
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 moreimpl Copy for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
impl RefUnwindSafe for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
impl Send for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
impl Sync for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
impl Unpin for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
impl UnwindSafe for DISPLAYCONFIG_DESKTOP_IMAGE_INFO
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