#[repr(C)]pub struct EmbFile_ {
pub file: *mut FILE,
}Fields§
§file: *mut FILETrait Implementations§
Auto Trait Implementations§
impl Freeze for EmbFile_
impl RefUnwindSafe for EmbFile_
impl !Send for EmbFile_
impl !Sync for EmbFile_
impl Unpin for EmbFile_
impl UnwindSafe for EmbFile_
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