#[repr(C, packed(4))]pub struct FreestyleModuleConfig {
pub next: Pointer<FreestyleModuleConfig>,
pub prev: Pointer<FreestyleModuleConfig>,
pub script: Pointer<Text>,
pub is_displayed: i16,
pub _pad: [i8; 6],
}
Fields§
§next: Pointer<FreestyleModuleConfig>
§prev: Pointer<FreestyleModuleConfig>
§script: Pointer<Text>
§is_displayed: i16
§_pad: [i8; 6]
Trait Implementations§
Source§impl GeneratedBlendStruct for FreestyleModuleConfig
impl GeneratedBlendStruct for FreestyleModuleConfig
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "FreestyleModuleConfig"
const STRUCT_INDEX: usize = 709usize
const STRUCT_TYPE_INDEX: usize = 847usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<FreestyleModuleConfig> for FreestyleModuleConfig
Auto Trait Implementations§
impl Freeze for FreestyleModuleConfig
impl RefUnwindSafe for FreestyleModuleConfig
impl Send for FreestyleModuleConfig
impl Sync for FreestyleModuleConfig
impl Unpin for FreestyleModuleConfig
impl UnwindSafe for FreestyleModuleConfig
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