#[repr(C, packed(1))]pub struct COutput_GetTimecode {
pub Result: CEnum,
pub Hours: c_uint,
pub Minutes: c_uint,
pub Seconds: c_uint,
pub Frames: c_uint,
pub SubFrame: c_uint,
pub FieldFlag: CBool,
pub Standard: CEnum,
pub SubFramesPerFrame: c_uint,
pub UserBits: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§Hours: c_uint§Minutes: c_uint§Seconds: c_uint§Frames: c_uint§SubFrame: c_uint§FieldFlag: CBool§Standard: CEnum§SubFramesPerFrame: c_uint§UserBits: c_uintTrait Implementations§
Source§impl Clone for COutput_GetTimecode
impl Clone for COutput_GetTimecode
Source§fn clone(&self) -> COutput_GetTimecode
fn clone(&self) -> COutput_GetTimecode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for COutput_GetTimecode
impl Debug for COutput_GetTimecode
impl Copy for COutput_GetTimecode
Auto Trait Implementations§
impl Freeze for COutput_GetTimecode
impl RefUnwindSafe for COutput_GetTimecode
impl Send for COutput_GetTimecode
impl Sync for COutput_GetTimecode
impl Unpin for COutput_GetTimecode
impl UnwindSafe for COutput_GetTimecode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more