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