pub struct FixedFile { /* private fields */ }Expand description
Fixed file descriptor with optimized kernel access.
Fixed files are pre-registered with the kernel and accessed by index instead of file descriptor, providing better performance for frequently used files.
Implementations§
Trait Implementations§
impl Eq for FixedFile
impl StructuralPartialEq for FixedFile
Auto Trait Implementations§
impl Freeze for FixedFile
impl RefUnwindSafe for FixedFile
impl Send for FixedFile
impl Sync for FixedFile
impl Unpin for FixedFile
impl UnwindSafe for FixedFile
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