Struct windows_sys::Win32::Media::KernelStreaming::KSM_NODE
[−]#[repr(C)]pub struct KSM_NODE {
pub Method: KSIDENTIFIER,
pub NodeId: u32,
pub Reserved: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Method: KSIDENTIFIER
NodeId: u32
Reserved: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KSM_NODE
impl Send for KSM_NODE
impl Sync for KSM_NODE
impl Unpin for KSM_NODE
impl UnwindSafe for KSM_NODE
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