pub enum TranslationTableObjectType {
PT,
VSpace,
}
Expand description
Translation table object types for this kernel configuration.
Variants§
Implementations§
Source§impl TranslationTableObjectType
impl TranslationTableObjectType
pub const fn blueprint(&self) -> ObjectBlueprint
pub const fn index_bits(&self) -> usize
pub const fn from_level(level: usize) -> Option<Self>
Trait Implementations§
Source§impl Clone for TranslationTableObjectType
impl Clone for TranslationTableObjectType
Source§fn clone(&self) -> TranslationTableObjectType
fn clone(&self) -> TranslationTableObjectType
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TranslationTableObjectType
impl Debug for TranslationTableObjectType
Source§impl PartialEq for TranslationTableObjectType
impl PartialEq for TranslationTableObjectType
impl Copy for TranslationTableObjectType
impl Eq for TranslationTableObjectType
impl StructuralPartialEq for TranslationTableObjectType
Auto Trait Implementations§
impl Freeze for TranslationTableObjectType
impl RefUnwindSafe for TranslationTableObjectType
impl Send for TranslationTableObjectType
impl Sync for TranslationTableObjectType
impl Unpin for TranslationTableObjectType
impl UnwindSafe for TranslationTableObjectType
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, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)