#[repr(u8)]pub enum AA {
NonAuthoritative = 0,
Authoritative = 4,
}Variants§
Implementations§
Source§impl AA
impl AA
pub fn from_flags_byte(byte: u8) -> Self
pub fn to_flags_byte_bits(self) -> u8
Trait Implementations§
impl Copy for AA
impl Eq for AA
impl StructuralPartialEq for AA
Auto Trait Implementations§
impl Freeze for AA
impl RefUnwindSafe for AA
impl Send for AA
impl Sync for AA
impl Unpin for AA
impl UnsafeUnpin for AA
impl UnwindSafe for AA
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