pub enum Feature {
Show 35 variants
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,
WakeupTest,
MmcblkStub,
FakeIon,
}Expand description
Features are a way to enable or disable specific starnix behaviors.
These are specified in the component manifest of the starnix container, or explicitly provided to the kernel constructor in tests.
Variants§
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
WakeupTest
MmcblkStub
FakeIon
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 UnsafeUnpin 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