Struct windows_sys::Win32::Media::DirectShow::PID_BITS
[−]#[repr(C, packed(1))]pub struct PID_BITS {
pub _bitfield: u16,
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
_bitfield: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PID_BITS
impl Send for PID_BITS
impl Sync for PID_BITS
impl Unpin for PID_BITS
impl UnwindSafe for PID_BITS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more