#[repr(C)]pub struct DurationValue { /* private fields */ }
Implementations§
Source§impl DurationValue
impl DurationValue
pub fn native_value(&self) -> Duration
Trait Implementations§
Source§impl ExternType for DurationValue
impl ExternType for DurationValue
impl Send for DurationValue
impl Sync for DurationValue
impl UniquePtrTarget for DurationValue
Auto Trait Implementations§
impl !Freeze for DurationValue
impl RefUnwindSafe for DurationValue
impl !Unpin for DurationValue
impl UnwindSafe for DurationValue
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