#[repr(C)]
pub struct blend_poly_cxt_t {
pub src: c_int,
pub dst: c_int,
pub src_enable: c_int,
pub dst_enable: c_int,
pub src2: c_int,
pub dst2: c_int,
pub src_enable2: c_int,
pub dst_enable2: c_int,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.