#[repr(C, packed(4))]pub struct WaveEff {Show 16 fields
pub next: Pointer<WaveEff>,
pub prev: Pointer<WaveEff>,
pub type_: i16,
pub flag: i16,
pub buttype: i16,
pub stype: i16,
pub startx: f32,
pub starty: f32,
pub height: f32,
pub width: f32,
pub narrow: f32,
pub speed: f32,
pub minfac: f32,
pub damp: f32,
pub timeoffs: f32,
pub lifetime: f32,
}Fields§
§next: Pointer<WaveEff>§prev: Pointer<WaveEff>§type_: i16§flag: i16§buttype: i16§stype: i16§startx: f32§starty: f32§height: f32§width: f32§narrow: f32§speed: f32§minfac: f32§damp: f32§timeoffs: f32§lifetime: f32Trait Implementations§
Source§impl GeneratedBlendStruct for WaveEff
impl GeneratedBlendStruct for WaveEff
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "WaveEff"
const STRUCT_INDEX: usize = 348usize
const STRUCT_TYPE_INDEX: usize = 482usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<WaveEff> for WaveEff
Auto Trait Implementations§
impl Freeze for WaveEff
impl RefUnwindSafe for WaveEff
impl Send for WaveEff
impl Sync for WaveEff
impl Unpin for WaveEff
impl UnwindSafe for WaveEff
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