pub enum Feature {
Show 30 variants
AndroidFdr,
AndroidSerialno,
AndroidBootreason,
AspectRatio,
Container,
CustomArtifacts,
Ashmem,
Framebuffer,
Gralloc,
Kgsl,
Magma,
MagmaSupportedVendors,
Nanohub,
NetstackMark,
NetworkManager,
Gfxstream,
Bpf,
EnableSuid,
IoUring,
ErrorOnFailedReboot,
Perfetto,
PerfettoProducer,
RootfsRw,
RtnetlinkAssumeIfb0Existence,
SelfProfile,
Selinux,
SelinuxTestSuite,
TestData,
Thermal,
HvdcpOpti,
}
Expand description
A feature that can be specified in a starnix kernel or container’s configuration.
Variants§
AndroidFdr
AndroidSerialno
AndroidBootreason
AspectRatio
Container
CustomArtifacts
Ashmem
Framebuffer
Gralloc
Kgsl
Magma
MagmaSupportedVendors
Nanohub
NetstackMark
NetworkManager
Gfxstream
Bpf
EnableSuid
IoUring
ErrorOnFailedReboot
Perfetto
PerfettoProducer
RootfsRw
RtnetlinkAssumeIfb0Existence
SelfProfile
Selinux
SelinuxTestSuite
TestData
Thermal
HvdcpOpti
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