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