#[repr(C)]pub struct PF_CheckoutResult {
pub result_rect: PF_LRect,
pub max_result_rect: PF_LRect,
pub par: PF_RationalScale,
pub solid: PF_Boolean,
pub reservedB: [PF_Boolean; 3],
pub ref_width: A_long,
pub ref_height: A_long,
pub reserved: [A_long; 6],
}Fields§
§result_rect: PF_LRect§max_result_rect: PF_LRect§par: PF_RationalScale§solid: PF_Boolean§reservedB: [PF_Boolean; 3]§ref_width: A_long§ref_height: A_long§reserved: [A_long; 6]Trait Implementations§
Source§impl Clone for PF_CheckoutResult
impl Clone for PF_CheckoutResult
Source§fn clone(&self) -> PF_CheckoutResult
fn clone(&self) -> PF_CheckoutResult
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_CheckoutResult
impl Debug for PF_CheckoutResult
impl Copy for PF_CheckoutResult
Auto Trait Implementations§
impl Freeze for PF_CheckoutResult
impl RefUnwindSafe for PF_CheckoutResult
impl Send for PF_CheckoutResult
impl Sync for PF_CheckoutResult
impl Unpin for PF_CheckoutResult
impl UnwindSafe for PF_CheckoutResult
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