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,
}
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§
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