Struct AM_DVD_ChangeRate
#[repr(C)]pub struct AM_DVD_ChangeRate {
pub StartInTime: i64,
pub StartOutTime: i64,
pub Rate: i32,
}
Fields§
§StartInTime: i64
§StartOutTime: i64
§Rate: i32
Trait Implementations§
§impl Clone for AM_DVD_ChangeRate
impl Clone for AM_DVD_ChangeRate
§fn clone(&self) -> AM_DVD_ChangeRate
fn clone(&self) -> AM_DVD_ChangeRate
Returns a copy 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 more§impl Debug for AM_DVD_ChangeRate
impl Debug for AM_DVD_ChangeRate
§impl Default for AM_DVD_ChangeRate
impl Default for AM_DVD_ChangeRate
§impl PartialEq for AM_DVD_ChangeRate
impl PartialEq for AM_DVD_ChangeRate
impl Copy for AM_DVD_ChangeRate
impl StructuralPartialEq for AM_DVD_ChangeRate
Auto Trait Implementations§
impl Freeze for AM_DVD_ChangeRate
impl RefUnwindSafe for AM_DVD_ChangeRate
impl Send for AM_DVD_ChangeRate
impl Sync for AM_DVD_ChangeRate
impl Unpin for AM_DVD_ChangeRate
impl UnwindSafe for AM_DVD_ChangeRate
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