Type Alias FDBBGMutation

Source
pub type FDBBGMutation = bgmutation;

Aliased Type§

#[repr(C, packed(4))]
pub struct FDBBGMutation { pub type_: u8, pub version: i64, pub param1_ptr: *const u8, pub param1_length: i32, pub param2_ptr: *const u8, pub param2_length: i32, }

Fields§

§type_: u8§version: i64§param1_ptr: *const u8§param1_length: i32§param2_ptr: *const u8§param2_length: i32