ToExtents
bevy_
image
0.17.2
ToExtents
Required Methods
to_extents
Implementations on Foreign Types
UVec2
UVec3
Implementors
In crate bevy_
image
bevy_image
Trait
ToExtents
Copy item path
Source
pub trait ToExtents { // Required method fn
to_extents
(self) ->
Extent3d
; }
Required Methods
§
Source
fn
to_extents
(self) ->
Extent3d
Implementations on Foreign Types
§
Source
§
impl
ToExtents
for
UVec2
Source
§
fn
to_extents
(self) ->
Extent3d
Source
§
impl
ToExtents
for
UVec3
Source
§
fn
to_extents
(self) ->
Extent3d
Implementors
§