pub struct IrTimetag {
pub value: u64,
}Expand description
OSC-compatible timetag for bundle scheduling. A value of 1 indicates “immediately”, larger values represent NTP-style timestamps. Available with OSC 1.0+ support.
Fields§
§value: u64Implementations§
Trait Implementations§
impl Copy for IrTimetag
impl Eq for IrTimetag
impl StructuralPartialEq for IrTimetag
Auto Trait Implementations§
impl Freeze for IrTimetag
impl RefUnwindSafe for IrTimetag
impl Send for IrTimetag
impl Sync for IrTimetag
impl Unpin for IrTimetag
impl UnwindSafe for IrTimetag
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