Struct windows_sys::Win32::Media::DirectShow::BDA_TEMPLATE_PIN_JOINT
[−]#[repr(C)]pub struct BDA_TEMPLATE_PIN_JOINT {
pub uliTemplateConnection: u32,
pub ulcInstancesMax: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
uliTemplateConnection: u32
ulcInstancesMax: u32
Trait Implementations
impl Clone for BDA_TEMPLATE_PIN_JOINT
impl Clone for BDA_TEMPLATE_PIN_JOINT
impl Copy for BDA_TEMPLATE_PIN_JOINT
Auto Trait Implementations
impl RefUnwindSafe for BDA_TEMPLATE_PIN_JOINT
impl Send for BDA_TEMPLATE_PIN_JOINT
impl Sync for BDA_TEMPLATE_PIN_JOINT
impl Unpin for BDA_TEMPLATE_PIN_JOINT
impl UnwindSafe for BDA_TEMPLATE_PIN_JOINT
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