#[repr(C)]pub struct KSPROPERTY_EXTXPORT_S_0_1 {
pub frame: u8,
pub second: u8,
pub minute: u8,
pub hour: u8,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
frame: u8
second: u8
minute: u8
hour: u8
Trait Implementations
impl Clone for KSPROPERTY_EXTXPORT_S_0_1
impl Clone for KSPROPERTY_EXTXPORT_S_0_1
impl Copy for KSPROPERTY_EXTXPORT_S_0_1
Auto Trait Implementations
impl RefUnwindSafe for KSPROPERTY_EXTXPORT_S_0_1
impl Send for KSPROPERTY_EXTXPORT_S_0_1
impl Sync for KSPROPERTY_EXTXPORT_S_0_1
impl Unpin for KSPROPERTY_EXTXPORT_S_0_1
impl UnwindSafe for KSPROPERTY_EXTXPORT_S_0_1
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