#[repr(transparent)]pub struct KSPROPERTY_TIMECODE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KSPROPERTY_TIMECODE
impl KSPROPERTY_TIMECODE
pub const KSPROPERTY_TIMECODE_READER: Self
pub const KSPROPERTY_ATN_READER: Self
pub const KSPROPERTY_RTC_READER: Self
Trait Implementations§
Source§impl Abi for KSPROPERTY_TIMECODE
impl Abi for KSPROPERTY_TIMECODE
Source§type Abi = KSPROPERTY_TIMECODE
type Abi = KSPROPERTY_TIMECODE
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 KSPROPERTY_TIMECODE
impl Clone for KSPROPERTY_TIMECODE
Source§fn clone(&self) -> KSPROPERTY_TIMECODE
fn clone(&self) -> KSPROPERTY_TIMECODE
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 KSPROPERTY_TIMECODE
impl Debug for KSPROPERTY_TIMECODE
Source§impl Default for KSPROPERTY_TIMECODE
impl Default for KSPROPERTY_TIMECODE
Source§fn default() -> KSPROPERTY_TIMECODE
fn default() -> KSPROPERTY_TIMECODE
Returns the “default value” for a type. Read more
Source§impl From<i32> for KSPROPERTY_TIMECODE
impl From<i32> for KSPROPERTY_TIMECODE
Source§impl PartialEq for KSPROPERTY_TIMECODE
impl PartialEq for KSPROPERTY_TIMECODE
impl Copy for KSPROPERTY_TIMECODE
impl Eq for KSPROPERTY_TIMECODE
impl StructuralPartialEq for KSPROPERTY_TIMECODE
Auto Trait Implementations§
impl Freeze for KSPROPERTY_TIMECODE
impl RefUnwindSafe for KSPROPERTY_TIMECODE
impl Send for KSPROPERTY_TIMECODE
impl Sync for KSPROPERTY_TIMECODE
impl Unpin for KSPROPERTY_TIMECODE
impl UnwindSafe for KSPROPERTY_TIMECODE
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