Struct windows_sys::Win32::Media::KernelStreaming::KSIDENTIFIER_0_0
#[repr(C)]pub struct KSIDENTIFIER_0_0 {
pub Set: GUID,
pub Id: u32,
pub Flags: u32,
}
Fields§
§Set: GUID
§Id: u32
§Flags: u32
Trait Implementations§
§impl Clone for KSIDENTIFIER_0_0
impl Clone for KSIDENTIFIER_0_0
impl Copy for KSIDENTIFIER_0_0
Auto Trait Implementations§
impl RefUnwindSafe for KSIDENTIFIER_0_0
impl Send for KSIDENTIFIER_0_0
impl Sync for KSIDENTIFIER_0_0
impl Unpin for KSIDENTIFIER_0_0
impl UnwindSafe for KSIDENTIFIER_0_0
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