#[repr(C)]pub struct TIMECODE_SAMPLE {
pub qwTick: i64,
pub timecode: TIMECODE,
pub dwUser: u32,
pub dwFlags: u32,
}Fields§
§qwTick: i64§timecode: TIMECODE§dwUser: u32§dwFlags: u32Trait Implementations§
Source§impl Abi for TIMECODE_SAMPLE
impl Abi for TIMECODE_SAMPLE
Source§type Abi = TIMECODE_SAMPLE
type Abi = TIMECODE_SAMPLE
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TIMECODE_SAMPLE
impl Clone for TIMECODE_SAMPLE
Source§fn clone(&self) -> TIMECODE_SAMPLE
fn clone(&self) -> TIMECODE_SAMPLE
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 moreimpl Copy for TIMECODE_SAMPLE
Auto Trait Implementations§
impl Freeze for TIMECODE_SAMPLE
impl RefUnwindSafe for TIMECODE_SAMPLE
impl Send for TIMECODE_SAMPLE
impl Sync for TIMECODE_SAMPLE
impl Unpin for TIMECODE_SAMPLE
impl UnwindSafe for TIMECODE_SAMPLE
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