pub struct MfUltralightConfigPages {
    pub mirror: MfUltralightConfigPages__bindgen_ty_1,
    pub rfui1: u8,
    pub mirror_page: u8,
    pub auth0: u8,
    pub access: MfUltralightConfigPages__bindgen_ty_2,
    pub vctid: u8,
    pub rfui2: [u8; 2],
    pub auth_data: MfUltralightAuth,
    pub rfui3: [u8; 2],
}

Fields

mirror: MfUltralightConfigPages__bindgen_ty_1rfui1: u8mirror_page: u8auth0: u8access: MfUltralightConfigPages__bindgen_ty_2vctid: u8rfui2: [u8; 2]auth_data: MfUltralightAuthrfui3: [u8; 2]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.