Macro offset_struct

Source
macro_rules! offset_struct {
    ( $v:vis struct $struct_name:ident { $( $name:ident : $t:ty where offset($offset:literal)),*, } ) => { ... };
}
Expand description

internal rrplug macro

examples of uses are in crate::bindings::class_types