StrUnstable
naga
24.0.0
StrUnstable
Required Methods
floor_char_boundary
Implementations on Foreign Types
str
Implementors
In naga::
back::
spv::
helpers
Traits
StrUnstable
U8Internal
Functions
bytes_to_words
contains_builtin
global_needs_wrapper
map_storage_class
str_bytes_to_words
string_to_byte_chunks
string_to_words
naga
::
back
::
spv
::
helpers
Trait
StrUnstable
Copy item path
Settings
Help
Summary
Source
trait StrUnstable { // Required method fn
floor_char_boundary
(&self, index:
usize
) ->
usize
; }
Required Methods
§
Source
fn
floor_char_boundary
(&self, index:
usize
) ->
usize
Implementations on Foreign Types
§
Source
§
impl
StrUnstable
for
str
Source
§
fn
floor_char_boundary
(&self, index:
usize
) ->
usize
Implementors
§