fdisk_parttype_parser_flags

Type Alias fdisk_parttype_parser_flags 

Source
pub type fdisk_parttype_parser_flags = u32;
Expand description

fdisk_parttype_parser_flags: @FDISK_PARTTYPE_PARSE_DATA: parse hex or UUID from string @FDISK_PARTTYPE_PARSE_DATALAST: try hex or UUID as the last possibility (don’t use!) @FDISK_PARTTYPE_PARSE_SHORTCUT: try input as type shortcut (e.g ‘L’ for linux partition) @FDISK_PARTTYPE_PARSE_ALIAS: try input as type alias (e.g. ‘linux’ for linux partition) @FDISK_PARTTYPE_PARSE_DEPRECATED: accept also deprecated aliases and shortcuts @FDISK_PARTTYPE_PARSE_DEFAULT: recommended flags for new code @FDISK_PARTTYPE_PARSE_NOUNKNOWN: ignore unknown types @FDISK_PARTTYPE_PARSE_SEQNUM: use input as sequntial number of type (e.g. list-types fdisk dialog) @FDISK_PARTTYPE_PARSE_NAME: parse type human readable name