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