#[repr(C)]pub struct FileO {
pub handle: u64,
pub valid: bool,
pub _padding_53: [c_char; 7],
}
Fields§
§handle: u64
§valid: bool
§_padding_53: [c_char; 7]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileO
impl RefUnwindSafe for FileO
impl Send for FileO
impl Sync for FileO
impl Unpin for FileO
impl UnwindSafe for FileO
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