pub struct ProviderConfig {Show 18 fields
pub fwheads: Option<u64>,
pub fwsectors: Option<u64>,
pub rotationrate: Option<String>,
pub ident: Option<String>,
pub lunid: Option<String>,
pub descr: Option<String>,
pub start: Option<u64>,
pub end: Option<u64>,
pub index: Option<u64>,
pub type_: Option<String>,
pub offset: Option<u64>,
pub length: Option<u64>,
pub label: Option<String>,
pub rawtype: Option<String>,
pub rawuuid: Option<String>,
pub efimedia: Option<String>,
pub seclength: Option<u64>,
pub secoffset: Option<u64>,
}Expand description
A set of key-value metadata associated with a specific Provider.
The semantics and available values vary depending on the class.
Fields§
§fwheads: Option<u64>§fwsectors: Option<u64>§rotationrate: Option<String>§ident: Option<String>§lunid: Option<String>§descr: Option<String>§start: Option<u64>§end: Option<u64>§index: Option<u64>§type_: Option<String>§offset: Option<u64>§length: Option<u64>§label: Option<String>§rawtype: Option<String>§rawuuid: Option<String>§efimedia: Option<String>§seclength: Option<u64>§secoffset: Option<u64>Trait Implementations§
Source§impl Debug for ProviderConfig
impl Debug for ProviderConfig
Source§impl<'de> Deserialize<'de> for ProviderConfig
impl<'de> Deserialize<'de> for ProviderConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProviderConfig
impl PartialEq for ProviderConfig
impl StructuralPartialEq for ProviderConfig
Auto Trait Implementations§
impl Freeze for ProviderConfig
impl RefUnwindSafe for ProviderConfig
impl Send for ProviderConfig
impl Sync for ProviderConfig
impl Unpin for ProviderConfig
impl UnwindSafe for ProviderConfig
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