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