pub struct ArchPrctlOp(/* private fields */);
Implementations§
Source§impl ArchPrctlOp
impl ArchPrctlOp
pub const ARCH_SET_CPUID: Self
pub const ARCH_GET_CPUID: Self
pub const ARCH_SET_FS: Self
pub const ARCH_GET_FS: Self
pub const ARCH_SET_GS: Self
pub const ARCH_GET_GS: Self
pub const ARCH_GET_XCOMP_SUPP: Self
pub const ARCH_GET_XCOMP_PERM: Self
pub const ARCH_REQ_XCOMP_PERM: Self
pub const ARCH_GET_XCOMP_GUEST_PERM: Self
pub const ARCH_REQ_XCOMP_GUEST_PERM: Self
pub const ARCH_XCOMP_TILECFG: Self
pub const ARCH_XCOMP_TILEDATA: Self
pub const ARCH_MAP_VDSO_X32: Self
pub const ARCH_MAP_VDSO_32: Self
pub const ARCH_MAP_VDSO_64: Self
pub const ARCH_GET_UNTAG_MASK: Self
pub const ARCH_ENABLE_TAGGED_ADDR: Self
pub const ARCH_GET_MAX_TAG_BITS: Self
pub const ARCH_FORCE_TAGGED_SVA: Self
pub const ARCH_SHSTK_ENABLE: Self
pub const ARCH_SHSTK_DISABLE: Self
pub const ARCH_SHSTK_LOCK: Self
pub const ARCH_SHSTK_UNLOCK: Self
pub const ARCH_SHSTK_STATUS: Self
pub const ARCH_SHSTK_SHSTK: Self
pub const ARCH_SHSTK_WRSS: Self
pub const fn new(val: i32) -> Self
pub const fn to_str(&self) -> Option<&'static str>
Trait Implementations§
Source§impl Debug for ArchPrctlOp
impl Debug for ArchPrctlOp
Source§impl Display for ArchPrctlOp
impl Display for ArchPrctlOp
Source§impl From<ArchPrctlOp> for c_int
impl From<ArchPrctlOp> for c_int
Source§fn from(value: ArchPrctlOp) -> Self
fn from(value: ArchPrctlOp) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ArchPrctlOp
impl PartialEq for ArchPrctlOp
impl Eq for ArchPrctlOp
impl StructuralPartialEq for ArchPrctlOp
Auto Trait Implementations§
impl Freeze for ArchPrctlOp
impl RefUnwindSafe for ArchPrctlOp
impl Send for ArchPrctlOp
impl Sync for ArchPrctlOp
impl Unpin for ArchPrctlOp
impl UnwindSafe for ArchPrctlOp
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