Docs.rs
rusty-duplication-0.6.1
rusty-duplication 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
DiscreteTom
Dependencies
thiserror ^2
normal
windows ^0.59.0
normal
image ^0.25.5
dev
serial_test ^2
dev
Versions
36.67%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rusty_
duplication
0.6.1
Output
Desc
Ext
Required Methods
height
width
Implementations on Foreign Types
DXGI_OUTPUT_DESC
Implementors
In crate rusty_
duplication
rusty_duplication
Trait
OutputDescExt
Copy item path
Source
pub trait OutputDescExt { // Required methods fn
width
(&self) ->
u32
;
fn
height
(&self) ->
u32
; }
Required Methods
§
Source
fn
width
(&self) ->
u32
Source
fn
height
(&self) ->
u32
Implementations on Foreign Types
§
Source
§
impl
OutputDescExt
for DXGI_OUTPUT_DESC
Source
§
fn
width
(&self) ->
u32
Source
§
fn
height
(&self) ->
u32
Implementors
§