#[repr(C)]pub union PF_WindowUnion {
pub effect_win: PF_EffectWindowInfo,
pub item_win: PF_ItemWindowInfo,
}Fields§
§effect_win: PF_EffectWindowInfo§item_win: PF_ItemWindowInfoTrait Implementations§
Source§impl Clone for PF_WindowUnion
impl Clone for PF_WindowUnion
Source§fn clone(&self) -> PF_WindowUnion
fn clone(&self) -> PF_WindowUnion
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 moreimpl Copy for PF_WindowUnion
Auto Trait Implementations§
impl Freeze for PF_WindowUnion
impl RefUnwindSafe for PF_WindowUnion
impl Send for PF_WindowUnion
impl Sync for PF_WindowUnion
impl Unpin for PF_WindowUnion
impl UnwindSafe for PF_WindowUnion
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