Struct yoga_sys::YGSize [] [src]

#[repr(C)]
pub struct YGSize { pub width: f32, pub height: f32, }

Fields

Trait Implementations

impl Debug for YGSize
[src]

[src]

Formats the value using the given formatter.

impl Copy for YGSize
[src]

impl Clone for YGSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more