Enum cros_async::io_source::AllocateMode
source · pub enum AllocateMode {
Allocate,
PunchHole,
ZeroRange,
}
Variants§
Trait Implementations§
source§impl From<AllocateMode> for u32
impl From<AllocateMode> for u32
source§fn from(value: AllocateMode) -> Self
fn from(value: AllocateMode) -> Self
Converts to this type from the input type.