pub struct FirmwareType(/* private fields */);Expand description
A firmware component.
Implementations§
Source§impl FirmwareType
impl FirmwareType
Sourcepub const LOADING_OVERLAY: Self
pub const LOADING_OVERLAY: Self
A loadable overlay.
Trait Implementations§
Source§impl Clone for FirmwareType
impl Clone for FirmwareType
Source§fn clone(&self) -> FirmwareType
fn clone(&self) -> FirmwareType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FirmwareType
Source§impl Debug for FirmwareType
impl Debug for FirmwareType
Source§impl Default for FirmwareType
impl Default for FirmwareType
Source§fn default() -> FirmwareType
fn default() -> FirmwareType
Returns the “default value” for a type. Read more
Source§impl Display for FirmwareType
impl Display for FirmwareType
impl Eq for FirmwareType
Source§impl Hash for FirmwareType
impl Hash for FirmwareType
Source§impl Ord for FirmwareType
impl Ord for FirmwareType
Source§fn cmp(&self, other: &FirmwareType) -> Ordering
fn cmp(&self, other: &FirmwareType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for FirmwareType
impl PartialEq for FirmwareType
Source§impl PartialOrd for FirmwareType
impl PartialOrd for FirmwareType
impl StructuralPartialEq for FirmwareType
Auto Trait Implementations§
impl Freeze for FirmwareType
impl RefUnwindSafe for FirmwareType
impl Send for FirmwareType
impl Sync for FirmwareType
impl Unpin for FirmwareType
impl UnsafeUnpin for FirmwareType
impl UnwindSafe for FirmwareType
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