pub struct Config {Show 28 fields
pub blobfs: bool,
pub blobfs_cache_eviction_policy: String,
pub blobfs_initial_inodes: u64,
pub blobfs_max_bytes: u64,
pub blobfs_use_deprecated_padded_format: bool,
pub blobfs_write_compression_algorithm: String,
pub bootpart: bool,
pub check_filesystems: bool,
pub data: bool,
pub data_filesystem_format: String,
pub data_max_bytes: u64,
pub disable_automount: bool,
pub disable_block_watcher: bool,
pub factory: bool,
pub format_data_on_corruption: bool,
pub fvm: bool,
pub fvm_slice_size: u64,
pub fxfs_blob: bool,
pub fxfs_crypt_url: String,
pub gpt: bool,
pub gpt_all: bool,
pub mbr: bool,
pub nand: bool,
pub netboot: bool,
pub no_zxcrypt: bool,
pub ramdisk_image: bool,
pub storage_host: bool,
pub use_disk_migration: bool,
}
Fields§
§blobfs: bool
§blobfs_cache_eviction_policy: String
§blobfs_initial_inodes: u64
§blobfs_max_bytes: u64
§blobfs_use_deprecated_padded_format: bool
§blobfs_write_compression_algorithm: String
§bootpart: bool
§check_filesystems: bool
§data: bool
§data_filesystem_format: String
§data_max_bytes: u64
§disable_automount: bool
§disable_block_watcher: bool
§factory: bool
§format_data_on_corruption: bool
§fvm: bool
§fvm_slice_size: u64
§fxfs_blob: bool
§fxfs_crypt_url: String
§gpt: bool
§gpt_all: bool
§mbr: bool
§nand: bool
§netboot: bool
§no_zxcrypt: bool
§ramdisk_image: bool
§storage_host: bool
§use_disk_migration: bool
Trait Implementations§
Source§impl<D: ResourceDialect> Decode<Config, D> for Config
impl<D: ResourceDialect> Decode<Config, D> for Config
Source§impl<D: ResourceDialect, T0: Encode<bool, D>, T1: Encode<BoundedString<20>, D>, T2: Encode<u64, D>, T3: Encode<u64, D>, T4: Encode<bool, D>, T5: Encode<BoundedString<20>, D>, T6: Encode<bool, D>, T7: Encode<bool, D>, T8: Encode<bool, D>, T9: Encode<BoundedString<64>, D>, T10: Encode<u64, D>, T11: Encode<bool, D>, T12: Encode<bool, D>, T13: Encode<bool, D>, T14: Encode<bool, D>, T15: Encode<bool, D>, T16: Encode<u64, D>, T17: Encode<bool, D>, T18: Encode<BoundedString<64>, D>, T19: Encode<bool, D>, T20: Encode<bool, D>, T21: Encode<bool, D>, T22: Encode<bool, D>, T23: Encode<bool, D>, T24: Encode<bool, D>, T25: Encode<bool, D>, T26: Encode<bool, D>, T27: Encode<bool, D>> Encode<Config, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27)
impl<D: ResourceDialect, T0: Encode<bool, D>, T1: Encode<BoundedString<20>, D>, T2: Encode<u64, D>, T3: Encode<u64, D>, T4: Encode<bool, D>, T5: Encode<BoundedString<20>, D>, T6: Encode<bool, D>, T7: Encode<bool, D>, T8: Encode<bool, D>, T9: Encode<BoundedString<64>, D>, T10: Encode<u64, D>, T11: Encode<bool, D>, T12: Encode<bool, D>, T13: Encode<bool, D>, T14: Encode<bool, D>, T15: Encode<bool, D>, T16: Encode<u64, D>, T17: Encode<bool, D>, T18: Encode<BoundedString<64>, D>, T19: Encode<bool, D>, T20: Encode<bool, D>, T21: Encode<bool, D>, T22: Encode<bool, D>, T23: Encode<bool, D>, T24: Encode<bool, D>, T25: Encode<bool, D>, T26: Encode<bool, D>, T27: Encode<bool, D>> Encode<Config, D> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27)
Source§impl Ord for Config
impl Ord for Config
Source§impl PartialOrd for Config
impl PartialOrd for Config
Source§impl TypeMarker for Config
impl TypeMarker for Config
Source§fn inline_align(_context: Context) -> usize
fn inline_align(_context: Context) -> usize
Returns the minimum required alignment of the inline portion of the
encoded object. It must be a (nonzero) power of two.
Source§fn inline_size(_context: Context) -> usize
fn inline_size(_context: Context) -> usize
Returns the size of the inline portion of the encoded object, including
padding for alignment. Must be a multiple of
inline_align
.Source§fn encode_is_copy() -> bool
fn encode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and encoding requires no validation. When true, we can optimize
encoding arrays and vectors of Self::Owned
to a single memcpy. Read moreSource§fn decode_is_copy() -> bool
fn decode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and decoding requires no validation. When true, we can optimize
decoding arrays and vectors of Self::Owned
to a single memcpy.Source§impl ValueTypeMarker for Config
impl ValueTypeMarker for Config
impl Eq for Config
impl Persistable for Config
impl StructuralPartialEq for Config
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
Source§impl<T> Body for Twhere
T: Persistable,
impl<T> Body for Twhere
T: Persistable,
Source§type MarkerAtTopLevel = T
type MarkerAtTopLevel = T
The marker type to use when the body is at the top-level.
Source§type MarkerInResultUnion = T
type MarkerInResultUnion = T
The marker type to use when the body is nested in a result union.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)