Struct windows_sys::Win32::Media::KernelStreaming::KSDS3D_BUFFER_ALL
[−]#[repr(C)]pub struct KSDS3D_BUFFER_ALL {
pub Position: DS3DVECTOR,
pub Velocity: DS3DVECTOR,
pub InsideConeAngle: u32,
pub OutsideConeAngle: u32,
pub ConeOrientation: DS3DVECTOR,
pub ConeOutsideVolume: i32,
pub MinDistance: f32,
pub MaxDistance: f32,
pub Mode: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Position: DS3DVECTOR
Velocity: DS3DVECTOR
InsideConeAngle: u32
OutsideConeAngle: u32
ConeOrientation: DS3DVECTOR
ConeOutsideVolume: i32
MinDistance: f32
MaxDistance: f32
Mode: u32
Trait Implementations
impl Clone for KSDS3D_BUFFER_ALL
impl Clone for KSDS3D_BUFFER_ALL
impl Copy for KSDS3D_BUFFER_ALL
Auto Trait Implementations
impl RefUnwindSafe for KSDS3D_BUFFER_ALL
impl Send for KSDS3D_BUFFER_ALL
impl Sync for KSDS3D_BUFFER_ALL
impl Unpin for KSDS3D_BUFFER_ALL
impl UnwindSafe for KSDS3D_BUFFER_ALL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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