Enum procfs::sys::fs::binfmt_misc::BinFmtData
source · Variants§
Extension(String)
A BinFmt entry based on a file extension (does not include the period)
Magic
A BinFmt entry based on magic string matching
Trait Implementations§
source§impl Clone for BinFmtData
impl Clone for BinFmtData
source§fn clone(&self) -> BinFmtData
fn clone(&self) -> BinFmtData
Returns a copy 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 more