pub struct FrameTime(pub i64);Tuple Fields§
§0: i64Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FrameTime
impl<'de> Deserialize<'de> for FrameTime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for FrameTime
impl Ord for FrameTime
Source§impl PartialOrd for FrameTime
impl PartialOrd for FrameTime
impl Copy for FrameTime
impl Eq for FrameTime
impl StructuralPartialEq for FrameTime
Auto Trait Implementations§
impl Freeze for FrameTime
impl RefUnwindSafe for FrameTime
impl Send for FrameTime
impl Sync for FrameTime
impl Unpin for FrameTime
impl UnwindSafe for FrameTime
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