Skip to main content

BootOptionReference

Type Alias BootOptionReference 

Source
pub type BootOptionReference<T> = TaggedType<T, BootOptionReferenceTag>;
Expand description

BootOptionReference type represent boot order of the ComputerSystem.

Aliased Typeยง

pub struct BootOptionReference<T> { /* private fields */ }