☰
LayoutExt
Required Methods
clamp_align
Implementations on Foreign Types
Layout
Implementors
In rustc_transmute::layout::tree::rustc
?
Trait
rustc_transmute
::
layout
::
tree
::
rustc
::
LayoutExt
source
·
[
−
]
trait LayoutExt { fn
clamp_align
(&self, min_align:
Align
, max_align:
Align
) -> Self; }
Required Methods
source
fn
clamp_align
(&self, min_align:
Align
, max_align:
Align
) -> Self
Implementations on Foreign Types
source
impl
LayoutExt
for
Layout
source
fn
clamp_align
(&self, min_align:
Align
, max_align:
Align
) -> Self
Implementors