#[repr(C)]pub struct PF_DrawEventInfo {
pub update_rect: PF_UnionableRect,
pub depth: A_long,
}Fields§
§update_rect: PF_UnionableRect§depth: A_longTrait Implementations§
Source§impl Clone for PF_DrawEventInfo
impl Clone for PF_DrawEventInfo
Source§fn clone(&self) -> PF_DrawEventInfo
fn clone(&self) -> PF_DrawEventInfo
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_DrawEventInfo
impl Debug for PF_DrawEventInfo
impl Copy for PF_DrawEventInfo
Auto Trait Implementations§
impl Freeze for PF_DrawEventInfo
impl RefUnwindSafe for PF_DrawEventInfo
impl Send for PF_DrawEventInfo
impl Sync for PF_DrawEventInfo
impl Unpin for PF_DrawEventInfo
impl UnwindSafe for PF_DrawEventInfo
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