pub enum PaxKind {
Local,
Global,
}Expand description
The scope of a pax extended header.
Variants§
Local
A typeflag x header applying to the next ordinary member.
Global
A typeflag g header updating persistent global values.
Trait Implementations§
impl Copy for PaxKind
impl Eq for PaxKind
impl StructuralPartialEq for PaxKind
Auto Trait Implementations§
impl Freeze for PaxKind
impl RefUnwindSafe for PaxKind
impl Send for PaxKind
impl Sync for PaxKind
impl Unpin for PaxKind
impl UnsafeUnpin for PaxKind
impl UnwindSafe for PaxKind
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