#[repr(C)]pub struct YGValue {
pub value: f32,
pub unit: YGUnit,
}Fields§
§value: f32§unit: YGUnitTrait Implementations§
Auto Trait Implementations§
impl Freeze for YGValue
impl RefUnwindSafe for YGValue
impl Send for YGValue
impl Sync for YGValue
impl Unpin for YGValue
impl UnwindSafe for YGValue
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