Struct DDVIDEOPORTBANDWIDTH
#[repr(C)]pub struct DDVIDEOPORTBANDWIDTH {
pub dwSize: u32,
pub dwCaps: u32,
pub dwOverlay: u32,
pub dwColorkey: u32,
pub dwYInterpolate: u32,
pub dwYInterpAndColorkey: u32,
pub dwReserved1: usize,
pub dwReserved2: usize,
}
Fields§
§dwSize: u32
§dwCaps: u32
§dwOverlay: u32
§dwColorkey: u32
§dwYInterpolate: u32
§dwYInterpAndColorkey: u32
§dwReserved1: usize
§dwReserved2: usize
Trait Implementations§
§impl Clone for DDVIDEOPORTBANDWIDTH
impl Clone for DDVIDEOPORTBANDWIDTH
§fn clone(&self) -> DDVIDEOPORTBANDWIDTH
fn clone(&self) -> DDVIDEOPORTBANDWIDTH
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 DDVIDEOPORTBANDWIDTH
impl Debug for DDVIDEOPORTBANDWIDTH
§impl Default for DDVIDEOPORTBANDWIDTH
impl Default for DDVIDEOPORTBANDWIDTH
§impl PartialEq for DDVIDEOPORTBANDWIDTH
impl PartialEq for DDVIDEOPORTBANDWIDTH
impl Copy for DDVIDEOPORTBANDWIDTH
impl StructuralPartialEq for DDVIDEOPORTBANDWIDTH
Auto Trait Implementations§
impl Freeze for DDVIDEOPORTBANDWIDTH
impl RefUnwindSafe for DDVIDEOPORTBANDWIDTH
impl Send for DDVIDEOPORTBANDWIDTH
impl Sync for DDVIDEOPORTBANDWIDTH
impl Unpin for DDVIDEOPORTBANDWIDTH
impl UnwindSafe for DDVIDEOPORTBANDWIDTH
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