Struct KSVPSURFACEPARAMS
#[repr(C)]pub struct KSVPSURFACEPARAMS {
pub dwPitch: u32,
pub dwXOrigin: u32,
pub dwYOrigin: u32,
}
Fields§
§dwPitch: u32
§dwXOrigin: u32
§dwYOrigin: u32
Trait Implementations§
§impl Clone for KSVPSURFACEPARAMS
impl Clone for KSVPSURFACEPARAMS
§fn clone(&self) -> KSVPSURFACEPARAMS
fn clone(&self) -> KSVPSURFACEPARAMS
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 KSVPSURFACEPARAMS
Auto Trait Implementations§
impl Freeze for KSVPSURFACEPARAMS
impl RefUnwindSafe for KSVPSURFACEPARAMS
impl Send for KSVPSURFACEPARAMS
impl Sync for KSVPSURFACEPARAMS
impl Unpin for KSVPSURFACEPARAMS
impl UnwindSafe for KSVPSURFACEPARAMS
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