pub struct P212<const BE: bool = false>(/* private fields */);Expand description
Zero‑sized marker for the P212 source format.
Implementations§
Trait Implementations§
impl<const BE: bool> Copy for P212<BE>
impl<const BE: bool> Eq for P212<BE>
impl<const BE: bool> SourceFormat for P212<BE>
impl<const BE: bool> StructuralPartialEq for P212<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for P212<BE>
impl<const BE: bool> RefUnwindSafe for P212<BE>
impl<const BE: bool> Send for P212<BE>
impl<const BE: bool> Sync for P212<BE>
impl<const BE: bool> Unpin for P212<BE>
impl<const BE: bool> UnsafeUnpin for P212<BE>
impl<const BE: bool> UnwindSafe for P212<BE>
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