Union windows_sys::Win32::Media::KernelStreaming::KS_FRAMING_ITEM_0
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
FileAlignment: u32
FramePitch: i32
Trait Implementations
impl Clone for KS_FRAMING_ITEM_0
impl Clone for KS_FRAMING_ITEM_0
impl Copy for KS_FRAMING_ITEM_0
Auto Trait Implementations
impl RefUnwindSafe for KS_FRAMING_ITEM_0
impl Send for KS_FRAMING_ITEM_0
impl Sync for KS_FRAMING_ITEM_0
impl Unpin for KS_FRAMING_ITEM_0
impl UnwindSafe for KS_FRAMING_ITEM_0
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