Pointer
aho_
corasick
1.1.3
Pointer
Required Methods
as_usize
Implementations on Foreign Types
*const T
Implementors
In aho_
corasick::
util::
int
Traits
I32
I64
I8
Pointer
U16
U32
U64
U8
Usize
aho_corasick
::
util
::
int
Trait
Pointer
Copy item path
Settings
Help
Summary
Source
pub(crate) trait Pointer { // Required method fn
as_usize
(self) ->
usize
; }
Required Methods
§
Source
fn
as_usize
(self) ->
usize
Implementations on Foreign Types
§
Source
§
impl<T>
Pointer
for
*const T
Source
§
fn
as_usize
(self) ->
usize
Implementors
§