#[repr(transparent)]pub struct PxeBaseCodeBootType(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl PxeBaseCodeBootType
impl PxeBaseCodeBootType
pub const BOOTSTRAP: PxeBaseCodeBootType
pub const MS_WINNT_RIS: PxeBaseCodeBootType
pub const INTEL_LCM: PxeBaseCodeBootType
pub const DOS_UNDI: PxeBaseCodeBootType
pub const NEC_ESMPRO: PxeBaseCodeBootType
pub const IBM_WSOD: PxeBaseCodeBootType
pub const IBM_LCCM: PxeBaseCodeBootType
pub const CA_UNICENTER_TNG: PxeBaseCodeBootType
pub const HP_OPENVIEW: PxeBaseCodeBootType
pub const ALTIRIS_9: PxeBaseCodeBootType
pub const ALTIRIS_10: PxeBaseCodeBootType
pub const ALTIRIS_11: PxeBaseCodeBootType
pub const NOT_USED_12: PxeBaseCodeBootType
pub const REDHAT_INSTALL: PxeBaseCodeBootType
pub const REDHAT_BOOT: PxeBaseCodeBootType
pub const REMBO: PxeBaseCodeBootType
pub const BEOBOOT: PxeBaseCodeBootType
pub const PXETEST: PxeBaseCodeBootType
Trait Implementations§
Source§impl Clone for PxeBaseCodeBootType
impl Clone for PxeBaseCodeBootType
Source§fn clone(&self) -> PxeBaseCodeBootType
fn clone(&self) -> PxeBaseCodeBootType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxeBaseCodeBootType
Source§impl Debug for PxeBaseCodeBootType
impl Debug for PxeBaseCodeBootType
impl Eq for PxeBaseCodeBootType
Source§impl Hash for PxeBaseCodeBootType
impl Hash for PxeBaseCodeBootType
Source§impl Ord for PxeBaseCodeBootType
impl Ord for PxeBaseCodeBootType
Source§fn cmp(&self, other: &PxeBaseCodeBootType) -> Ordering
fn cmp(&self, other: &PxeBaseCodeBootType) -> Ordering
1.21.0 (const: unstable)§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
Source§impl PartialEq for PxeBaseCodeBootType
impl PartialEq for PxeBaseCodeBootType
Source§impl PartialOrd for PxeBaseCodeBootType
impl PartialOrd for PxeBaseCodeBootType
impl StructuralPartialEq for PxeBaseCodeBootType
Auto Trait Implementations§
impl Freeze for PxeBaseCodeBootType
impl RefUnwindSafe for PxeBaseCodeBootType
impl Send for PxeBaseCodeBootType
impl Sync for PxeBaseCodeBootType
impl Unpin for PxeBaseCodeBootType
impl UnsafeUnpin for PxeBaseCodeBootType
impl UnwindSafe for PxeBaseCodeBootType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)