#[repr(C, packed(4))]pub struct GlowShaderFxData {
pub shaderfx: ShaderFxData,
pub glow_color: [f32; 4],
pub select_color: [f32; 3],
pub threshold: f32,
pub flag: i32,
pub mode: i32,
pub blur: [f32; 2],
pub samples: i32,
pub rotation: f32,
pub blend_mode: i32,
pub _pad: [i8; 4],
pub runtime: ShaderFxData_Runtime,
}Fields§
§shaderfx: ShaderFxData§glow_color: [f32; 4]§select_color: [f32; 3]§threshold: f32§flag: i32§mode: i32§blur: [f32; 2]§samples: i32§rotation: f32§blend_mode: i32§_pad: [i8; 4]§runtime: ShaderFxData_RuntimeTrait Implementations§
Source§impl GeneratedBlendStruct for GlowShaderFxData
impl GeneratedBlendStruct for GlowShaderFxData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "GlowShaderFxData"
const STRUCT_INDEX: usize = 622usize
const STRUCT_TYPE_INDEX: usize = 761usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<GlowShaderFxData> for GlowShaderFxData
Auto Trait Implementations§
impl Freeze for GlowShaderFxData
impl RefUnwindSafe for GlowShaderFxData
impl Send for GlowShaderFxData
impl Sync for GlowShaderFxData
impl Unpin for GlowShaderFxData
impl UnwindSafe for GlowShaderFxData
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