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