pub struct OutputDesc {
pub device_name: String,
pub desktop_coordinates: Rect<i32>,
pub attached_to_desktop: bool,
pub rotation: ModeRotation,
pub monitor: HMONITOR,
}Fields§
§device_name: String§desktop_coordinates: Rect<i32>§attached_to_desktop: bool§rotation: ModeRotation§monitor: HMONITORTrait Implementations§
Source§impl Clone for OutputDesc
impl Clone for OutputDesc
Source§fn clone(&self) -> OutputDesc
fn clone(&self) -> OutputDesc
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 OutputDesc
impl Debug for OutputDesc
Source§impl From<DXGI_OUTPUT_DESC> for OutputDesc
impl From<DXGI_OUTPUT_DESC> for OutputDesc
Source§fn from(src: DXGI_OUTPUT_DESC) -> OutputDesc
fn from(src: DXGI_OUTPUT_DESC) -> OutputDesc
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OutputDesc
impl RefUnwindSafe for OutputDesc
impl !Send for OutputDesc
impl !Sync for OutputDesc
impl Unpin for OutputDesc
impl UnsafeUnpin for OutputDesc
impl UnwindSafe for OutputDesc
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