Struct windows_sys::Win32::Media::DirectShow::BDA_RATING_PINRESET
[−]Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
bPinLength: u8
argbNewPin: [u8; 1]
Trait Implementations
impl Clone for BDA_RATING_PINRESET
impl Clone for BDA_RATING_PINRESET
impl Copy for BDA_RATING_PINRESET
Auto Trait Implementations
impl RefUnwindSafe for BDA_RATING_PINRESET
impl Send for BDA_RATING_PINRESET
impl Sync for BDA_RATING_PINRESET
impl Unpin for BDA_RATING_PINRESET
impl UnwindSafe for BDA_RATING_PINRESET
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