#[repr(transparent)]pub struct Ty(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl Ty
impl Ty
pub const FB: Ty
pub const KERNEL_DATA: Ty
pub const KERNEL_CODE: Ty
pub const KERNEL_TLS: Ty
pub const KERNEL_OTHER: Ty
pub const KERNEL_STACK: Ty
pub const MEM_MAP: Ty
pub const LOADER_CODE: Ty
pub const LOADER_DATA: Ty
pub const BGRT_BMP_HEADER: Ty
pub const IOAPIC_REGISTERS: Ty
pub const APIC_REGISTERS: Ty
pub const HPET_HEADER: Ty
pub const HPET_FULL: Ty
pub const PHYSMAP_OTHER: Ty
pub const ACPI_SDT_HEADER: Ty
pub const ACPI_RSDP: Ty
pub const ACPI_HPET: Ty
pub const ACPI_FADT: Ty
pub const ACPI_BGRT: Ty
pub const BYTE_ARRAY: Ty
pub const THREAD_KERNEL_STACK: Ty
pub const TLS: Ty
pub const USER_STACK: Ty
pub const PAGE_TABLE: Ty
pub const USER_MMAP: Ty
pub const USER_MMIO: Ty
pub const USER_CODE: Ty
pub const USER_PACKET_BUFFER: Ty
pub const SHADOW_MEM: Ty
pub const HEAP: Ty
Trait Implementations§
impl Copy for Ty
impl Eq for Ty
impl StructuralPartialEq for Ty
Auto Trait Implementations§
impl Freeze for Ty
impl RefUnwindSafe for Ty
impl Send for Ty
impl Sync for Ty
impl Unpin for Ty
impl UnsafeUnpin for Ty
impl UnwindSafe for Ty
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)§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more