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