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