pub enum AnonymousFileHandle {
Linux(Memfd),
}Variants§
Auto Trait Implementations§
impl Freeze for AnonymousFileHandle
impl RefUnwindSafe for AnonymousFileHandle
impl Send for AnonymousFileHandle
impl Sync for AnonymousFileHandle
impl Unpin for AnonymousFileHandle
impl UnwindSafe for AnonymousFileHandle
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