Struct windows_sys::Win32::Media::KernelStreaming::KSWAVE_BUFFER
[−]#[repr(C)]pub struct KSWAVE_BUFFER {
pub Attributes: u32,
pub BufferSize: u32,
pub BufferAddress: *mut c_void,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Attributes: u32
BufferSize: u32
BufferAddress: *mut c_void
Trait Implementations
impl Clone for KSWAVE_BUFFER
impl Clone for KSWAVE_BUFFER
impl Copy for KSWAVE_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for KSWAVE_BUFFER
impl !Send for KSWAVE_BUFFER
impl !Sync for KSWAVE_BUFFER
impl Unpin for KSWAVE_BUFFER
impl UnwindSafe for KSWAVE_BUFFER
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