pub enum Feature {
Show 33 variants
AndroidFdr,
AndroidSerialno,
AndroidBootreason,
AspectRatio,
Container,
CustomArtifacts,
Ashmem,
BootNotifier,
BootNotifierCpuBoost,
Framebuffer,
Gralloc,
Kgsl,
Magma,
MagmaSupportedVendors,
Nanohub,
Fastrpc,
NetworkManager,
Gfxstream,
Bpf,
EnableSuid,
IoUring,
ErrorOnFailedReboot,
Perfetto,
PingGroupRange,
RootfsRw,
Selinux,
SelinuxTestSuite,
TestData,
Thermal,
Cooling,
HvdcpOpti,
Wifi,
AdditionalMounts,
}Expand description
A feature that can be specified in a starnix kernel or container’s configuration.
Variants§
AndroidFdr
AndroidSerialno
AndroidBootreason
AspectRatio
Container
CustomArtifacts
Ashmem
BootNotifier
BootNotifierCpuBoost
Framebuffer
Gralloc
Kgsl
Magma
MagmaSupportedVendors
Nanohub
Fastrpc
NetworkManager
Gfxstream
Bpf
EnableSuid
IoUring
ErrorOnFailedReboot
Perfetto
PingGroupRange
RootfsRw
Selinux
SelinuxTestSuite
TestData
Thermal
Cooling
HvdcpOpti
Wifi
AdditionalMounts
Implementations§
Trait Implementations§
impl Copy for Feature
impl StructuralPartialEq for Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
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