pub struct LinuxFileHandle(/* private fields */);Expand description
Non-zero open-file handle scoped to one mount process.
Implementations§
Trait Implementations§
Source§impl Clone for LinuxFileHandle
impl Clone for LinuxFileHandle
Source§fn clone(&self) -> LinuxFileHandle
fn clone(&self) -> LinuxFileHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinuxFileHandle
impl Debug for LinuxFileHandle
Source§impl Hash for LinuxFileHandle
impl Hash for LinuxFileHandle
Source§impl PartialEq for LinuxFileHandle
impl PartialEq for LinuxFileHandle
impl Copy for LinuxFileHandle
impl Eq for LinuxFileHandle
impl StructuralPartialEq for LinuxFileHandle
Auto Trait Implementations§
impl Freeze for LinuxFileHandle
impl RefUnwindSafe for LinuxFileHandle
impl Send for LinuxFileHandle
impl Sync for LinuxFileHandle
impl Unpin for LinuxFileHandle
impl UnwindSafe for LinuxFileHandle
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