#[repr(C)]pub struct PF_FixedRect {
pub left: PF_Fixed,
pub top: PF_Fixed,
pub right: PF_Fixed,
pub bottom: PF_Fixed,
}Fields§
§left: PF_Fixed§top: PF_Fixed§right: PF_Fixed§bottom: PF_FixedTrait Implementations§
Source§impl Clone for PF_FixedRect
impl Clone for PF_FixedRect
Source§fn clone(&self) -> PF_FixedRect
fn clone(&self) -> PF_FixedRect
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_FixedRect
impl Debug for PF_FixedRect
impl Copy for PF_FixedRect
Auto Trait Implementations§
impl Freeze for PF_FixedRect
impl RefUnwindSafe for PF_FixedRect
impl Send for PF_FixedRect
impl Sync for PF_FixedRect
impl Unpin for PF_FixedRect
impl UnwindSafe for PF_FixedRect
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