pub struct TcOffset {
pub offset_frames: i64,
pub description: String,
}Expand description
A fixed frame offset with an optional description
Fields§
§offset_frames: i64Signed offset in frames
description: StringHuman-readable description of this offset
Implementations§
Trait Implementations§
impl Eq for TcOffset
impl StructuralPartialEq for TcOffset
Auto Trait Implementations§
impl Freeze for TcOffset
impl RefUnwindSafe for TcOffset
impl Send for TcOffset
impl Sync for TcOffset
impl Unpin for TcOffset
impl UnsafeUnpin for TcOffset
impl UnwindSafe for TcOffset
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