#[repr(C)]pub struct PF_MaskWorld {
pub mask: PF_EffectWorld,
pub offset: PF_Point,
pub what_is_mask: PF_MaskFlags,
}Fields§
§mask: PF_EffectWorld§offset: PF_Point§what_is_mask: PF_MaskFlagsTrait Implementations§
Source§impl Clone for PF_MaskWorld
impl Clone for PF_MaskWorld
Source§fn clone(&self) -> PF_MaskWorld
fn clone(&self) -> PF_MaskWorld
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_MaskWorld
Auto Trait Implementations§
impl Freeze for PF_MaskWorld
impl RefUnwindSafe for PF_MaskWorld
impl !Send for PF_MaskWorld
impl !Sync for PF_MaskWorld
impl Unpin for PF_MaskWorld
impl UnwindSafe for PF_MaskWorld
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