#[repr(C)]pub struct _timespec32 {
pub tv_sec: __time32_t,
pub tv_nsec: c_long,
}Fields§
§tv_sec: __time32_t§tv_nsec: c_longtrait 实现§
源代码§impl Clone for _timespec32
impl Clone for _timespec32
源代码§fn clone(&self) -> _timespec32
fn clone(&self) -> _timespec32
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for _timespec32
impl Debug for _timespec32
源代码§impl PartialEq for _timespec32
impl PartialEq for _timespec32
impl Copy for _timespec32
impl Eq for _timespec32
impl StructuralPartialEq for _timespec32
自动 trait 实现§
impl Freeze for _timespec32
impl RefUnwindSafe for _timespec32
impl Send for _timespec32
impl Sync for _timespec32
impl Unpin for _timespec32
impl UnsafeUnpin for _timespec32
impl UnwindSafe for _timespec32
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多