#[derive(NopFlip)]
Expand description

Declares that the succeeding struct or union type is is marked as endian-flippable but the implemented operation is Nop (No operation).

Please refer to the description of trait NopFlip in the documentation of castflip at https://docs.rs/castflip/