#[repr(C)]pub struct PF_EffectWindowInfo {
pub index: PF_ParamIndex,
pub area: PF_EffectArea,
pub current_frame: PF_UnionableRect,
pub param_title_frame: PF_UnionableRect,
pub horiz_offset: A_long,
}Fields§
§index: PF_ParamIndex§area: PF_EffectArea§current_frame: PF_UnionableRect§param_title_frame: PF_UnionableRect§horiz_offset: A_longTrait Implementations§
Source§impl Clone for PF_EffectWindowInfo
impl Clone for PF_EffectWindowInfo
Source§fn clone(&self) -> PF_EffectWindowInfo
fn clone(&self) -> PF_EffectWindowInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_EffectWindowInfo
impl Debug for PF_EffectWindowInfo
impl Copy for PF_EffectWindowInfo
Auto Trait Implementations§
impl Freeze for PF_EffectWindowInfo
impl RefUnwindSafe for PF_EffectWindowInfo
impl Send for PF_EffectWindowInfo
impl Sync for PF_EffectWindowInfo
impl Unpin for PF_EffectWindowInfo
impl UnwindSafe for PF_EffectWindowInfo
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