☰
AuHelpers
Required Methods
from_au
to_au
Implementors
In webrender_api::units
?
Trait
webrender_api
::
units
::
AuHelpers
source
·
[
−
]
pub trait AuHelpers<T> { fn
from_au
(data: T) -> Self;
fn
to_au
(&self) -> T; }
Required Methods
§
source
fn
from_au
(data: T) -> Self
source
fn
to_au
(&self) -> T
Implementors
§
source
§
impl
AuHelpers
<
Point2D
<
Au
,
LayoutPixel
>> for
LayoutPoint
source
§
impl
AuHelpers
<
Rect
<
Au
,
LayoutPixel
>> for
LayoutRect
source
§
impl
AuHelpers
<
SideOffsets2D
<
Au
,
LayoutPixel
>> for
LayoutSideOffsets
source
§
impl
AuHelpers
<
Size2D
<
Au
,
LayoutPixel
>> for
LayoutSize
source
§
impl
AuHelpers
<
Vector2D
<
Au
,
LayoutPixel
>> for
LayoutVector2D