#[repr(C)]pub struct TimeSpan {
pub Duration: i64,
}
Fields§
§Duration: i64
Trait Implementations§
Source§impl Abi for TimeSpan
impl Abi for TimeSpan
Source§impl<'a> IntoParam<'a, TimeSpan> for Duration
impl<'a> IntoParam<'a, TimeSpan> for Duration
fn into_param(self) -> Param<'a, TimeSpan>
Source§impl RuntimeType for TimeSpan
impl RuntimeType for TimeSpan
const SIGNATURE: ConstBuffer
type DefaultType = TimeSpan
impl Copy for TimeSpan
impl Eq for TimeSpan
Auto Trait Implementations§
impl Freeze for TimeSpan
impl RefUnwindSafe for TimeSpan
impl Send for TimeSpan
impl Sync for TimeSpan
impl Unpin for TimeSpan
impl UnwindSafe for TimeSpan
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