#[repr(C)]pub struct AUDIORESOURCEMANAGEMENT_RESOURCEGROUP {
pub ResourceGroupAcquired: BOOL,
pub ResourceGroupName: [u16; 256],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
ResourceGroupAcquired: BOOL
ResourceGroupName: [u16; 256]
Trait Implementations
impl Copy for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
Auto Trait Implementations
impl RefUnwindSafe for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
impl Send for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
impl Sync for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
impl Unpin for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
impl UnwindSafe for AUDIORESOURCEMANAGEMENT_RESOURCEGROUP
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