#[repr(C, packed(1))]pub struct PrClipSegmentInfo {
pub mClipID: csSDK_int32,
pub mSegmentStartTime: csSDK_int64,
pub mSegmentEndTime: csSDK_int64,
pub mSegmentOffset: csSDK_int64,
pub mClipStartTime: csSDK_int64,
pub mClipEndTime: csSDK_int64,
pub mClipPath: PrSDKString,
pub mMediaStartTime: csSDK_int64,
pub mMediaEndTime: csSDK_int64,
}Fields§
§mClipID: csSDK_int32§mSegmentStartTime: csSDK_int64§mSegmentEndTime: csSDK_int64§mSegmentOffset: csSDK_int64§mClipStartTime: csSDK_int64§mClipEndTime: csSDK_int64§mClipPath: PrSDKString§mMediaStartTime: csSDK_int64§mMediaEndTime: csSDK_int64Trait Implementations§
Source§impl Clone for PrClipSegmentInfo
impl Clone for PrClipSegmentInfo
Source§fn clone(&self) -> PrClipSegmentInfo
fn clone(&self) -> PrClipSegmentInfo
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 PrClipSegmentInfo
impl Debug for PrClipSegmentInfo
impl Copy for PrClipSegmentInfo
Auto Trait Implementations§
impl Freeze for PrClipSegmentInfo
impl RefUnwindSafe for PrClipSegmentInfo
impl Send for PrClipSegmentInfo
impl Sync for PrClipSegmentInfo
impl Unpin for PrClipSegmentInfo
impl UnwindSafe for PrClipSegmentInfo
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