pub struct FFGLData {
pub created_at: Instant,
pub viewport: FFGLViewportStruct,
pub host_time: SystemTime,
pub host_beat: SetBeatinfoStruct,
}Expand description
Standard data that hosts provide to all programs
Fields§
§created_at: Instant§viewport: FFGLViewportStruct§host_time: SystemTime§host_beat: SetBeatinfoStructImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFGLData
impl RefUnwindSafe for FFGLData
impl Send for FFGLData
impl Sync for FFGLData
impl Unpin for FFGLData
impl UnwindSafe for FFGLData
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