#[repr(u8)]pub enum IdAa64IsaR1Pauth {
None = 0,
Pauth = 1,
PauthEnhanced = 2,
Pauth2 = 3,
Fpac = 4,
FpacCombined = 5,
}Variants§
Trait Implementations§
Source§impl Clone for IdAa64IsaR1Pauth
impl Clone for IdAa64IsaR1Pauth
Source§fn clone(&self) -> IdAa64IsaR1Pauth
fn clone(&self) -> IdAa64IsaR1Pauth
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 IdAa64IsaR1Pauth
Source§impl Debug for IdAa64IsaR1Pauth
impl Debug for IdAa64IsaR1Pauth
impl Eq for IdAa64IsaR1Pauth
impl Immutable for IdAa64IsaR1Pauth
Source§impl IntoBytes for IdAa64IsaR1Pauthwhere
(): PaddingFree<Self, { _ }>,
impl IntoBytes for IdAa64IsaR1Pauthwhere
(): PaddingFree<Self, { _ }>,
Source§impl PartialEq for IdAa64IsaR1Pauth
impl PartialEq for IdAa64IsaR1Pauth
impl StructuralPartialEq for IdAa64IsaR1Pauth
Source§impl TryFromBytes for IdAa64IsaR1Pauth
impl TryFromBytes for IdAa64IsaR1Pauth
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<!, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Auto Trait Implementations§
impl Freeze for IdAa64IsaR1Pauth
impl RefUnwindSafe for IdAa64IsaR1Pauth
impl Send for IdAa64IsaR1Pauth
impl Sync for IdAa64IsaR1Pauth
impl Unpin for IdAa64IsaR1Pauth
impl UnsafeUnpin for IdAa64IsaR1Pauth
impl UnwindSafe for IdAa64IsaR1Pauth
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)