#[repr(C)]
pub struct ImageMarker_Raw {
Show 13 fields pub header: Header_Raw, pub ns: FFIString, pub id: i32, pub type_: i32, pub action: i32, pub position: Point_Raw, pub scale: f32, pub outline_color: ColorRGBA_Raw, pub filled: u8, pub fill_color: ColorRGBA_Raw, pub lifetime: Duration_Raw, pub points: FFISeq<Point_Raw>, pub outline_colors: FFISeq<ColorRGBA_Raw>,
}

Fields

header: Header_Rawns: FFIStringid: i32type_: i32action: i32position: Point_Rawscale: f32outline_color: ColorRGBA_Rawfilled: u8fill_color: ColorRGBA_Rawlifetime: Duration_Rawpoints: FFISeq<Point_Raw>outline_colors: FFISeq<ColorRGBA_Raw>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

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.