Struct windows_sys::Win32::Media::KernelStreaming::DS3DVECTOR
[−]#[repr(C)]pub struct DS3DVECTOR {
pub Anonymous1: DS3DVECTOR_0,
pub Anonymous2: DS3DVECTOR_1,
pub Anonymous3: DS3DVECTOR_2,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Anonymous1: DS3DVECTOR_0
Anonymous2: DS3DVECTOR_1
Anonymous3: DS3DVECTOR_2
Trait Implementations
impl Clone for DS3DVECTOR
impl Clone for DS3DVECTOR
impl Copy for DS3DVECTOR
Auto Trait Implementations
impl RefUnwindSafe for DS3DVECTOR
impl Send for DS3DVECTOR
impl Sync for DS3DVECTOR
impl Unpin for DS3DVECTOR
impl UnwindSafe for DS3DVECTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more