#[repr(C, packed(1))]pub struct PrSceneTimebaseRec {
pub scale: csSDK_uint32,
pub sampleSize: csSDK_int32,
}Fields§
§scale: csSDK_uint32§sampleSize: csSDK_int32Trait Implementations§
Source§impl Clone for PrSceneTimebaseRec
impl Clone for PrSceneTimebaseRec
Source§fn clone(&self) -> PrSceneTimebaseRec
fn clone(&self) -> PrSceneTimebaseRec
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 PrSceneTimebaseRec
impl Debug for PrSceneTimebaseRec
impl Copy for PrSceneTimebaseRec
Auto Trait Implementations§
impl Freeze for PrSceneTimebaseRec
impl RefUnwindSafe for PrSceneTimebaseRec
impl Send for PrSceneTimebaseRec
impl Sync for PrSceneTimebaseRec
impl Unpin for PrSceneTimebaseRec
impl UnwindSafe for PrSceneTimebaseRec
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