Struct updatehub_package_schema::objects::Imxkobs[][src]

pub struct Imxkobs {
    pub filename: String,
    pub size: u64,
    pub sha256sum: String,
    pub install_if_different: Option<InstallIfDifferent>,
    pub padding_1k: bool,
    pub search_exponent: usize,
    pub chip_0_device_path: Option<PathBuf>,
    pub chip_1_device_path: Option<PathBuf>,
}

Fields

filename: Stringsize: u64sha256sum: Stringinstall_if_different: Option<InstallIfDifferent>padding_1k: boolsearch_exponent: usizechip_0_device_path: Option<PathBuf>chip_1_device_path: Option<PathBuf>

Trait Implementations

impl Debug for Imxkobs[src]

impl<'de> Deserialize<'de> for Imxkobs[src]

impl PartialEq<Imxkobs> for Imxkobs[src]

impl StructuralPartialEq for Imxkobs[src]

Auto Trait Implementations

impl RefUnwindSafe for Imxkobs

impl Send for Imxkobs

impl Sync for Imxkobs

impl Unpin for Imxkobs

impl UnwindSafe for Imxkobs

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.