Enum cyfs_lib::BuildDirType
source · #[repr(u16)]
pub enum BuildDirType {
Zip,
}
Variants§
Zip
Trait Implementations§
source§impl Clone for BuildDirType
impl Clone for BuildDirType
source§fn clone(&self) -> BuildDirType
fn clone(&self) -> BuildDirType
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