#[repr(C)]pub struct file_handle {
pub handle_bytes: u32,
pub handle_type: i32,
pub f_handle: __IncompleteArrayField<u8>,
}
Fields§
§handle_bytes: u32
§handle_type: i32
§f_handle: __IncompleteArrayField<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for file_handle
impl RefUnwindSafe for file_handle
impl Send for file_handle
impl Sync for file_handle
impl Unpin for file_handle
impl UnwindSafe for file_handle
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