Struct windows_sys::Win32::Media::KernelStreaming::KSSTREAM_SEGMENT
#[repr(C)]pub struct KSSTREAM_SEGMENT {
pub KsInterfaceHandler: IKsInterfaceHandler,
pub KsDataTypeHandler: IKsDataTypeHandler,
pub IoOperation: KSIOOPERATION,
pub CompletionEvent: HANDLE,
}Expand description
Required features: "Win32_Foundation"
Fields§
§KsInterfaceHandler: IKsInterfaceHandler§KsDataTypeHandler: IKsDataTypeHandler§IoOperation: KSIOOPERATION§CompletionEvent: HANDLETrait Implementations§
§impl Clone for KSSTREAM_SEGMENT
impl Clone for KSSTREAM_SEGMENT
impl Copy for KSSTREAM_SEGMENT
Auto Trait Implementations§
impl RefUnwindSafe for KSSTREAM_SEGMENT
impl !Send for KSSTREAM_SEGMENT
impl !Sync for KSSTREAM_SEGMENT
impl Unpin for KSSTREAM_SEGMENT
impl UnwindSafe for KSSTREAM_SEGMENT
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