#[repr(C)]pub struct FileTimeO {
pub opaque: u64,
}
Fields§
§opaque: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileTimeO
impl RefUnwindSafe for FileTimeO
impl Send for FileTimeO
impl Sync for FileTimeO
impl Unpin for FileTimeO
impl UnwindSafe for FileTimeO
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