#[repr(C)]pub struct AEIO_DrawFramePB {
pub qual: AEIO_Quality,
pub alpha_label: AEIO_AlphaLabel,
pub field_request: AEIO_Field,
pub rs: AEIO_RationalScale,
pub tr: A_Time,
pub duration: A_Time,
pub time_filter: AEIO_FrameBlend,
pub required_region0: A_LRect,
pub inter: AEIO_InterruptFuncs,
}Fields§
§qual: AEIO_Quality§alpha_label: AEIO_AlphaLabel§field_request: AEIO_Field§rs: AEIO_RationalScale§tr: A_Time§duration: A_Time§time_filter: AEIO_FrameBlend§required_region0: A_LRect§inter: AEIO_InterruptFuncsTrait Implementations§
Source§impl Clone for AEIO_DrawFramePB
impl Clone for AEIO_DrawFramePB
Source§fn clone(&self) -> AEIO_DrawFramePB
fn clone(&self) -> AEIO_DrawFramePB
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 AEIO_DrawFramePB
impl Debug for AEIO_DrawFramePB
impl Copy for AEIO_DrawFramePB
Auto Trait Implementations§
impl Freeze for AEIO_DrawFramePB
impl RefUnwindSafe for AEIO_DrawFramePB
impl !Send for AEIO_DrawFramePB
impl !Sync for AEIO_DrawFramePB
impl Unpin for AEIO_DrawFramePB
impl UnwindSafe for AEIO_DrawFramePB
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