ArchSpecific
starnix_
uapi
Arch
Specific
Required Methods
is_arch32
Implementors
In starnix_
uapi::
user_
address
starnix_uapi
::
user_address
Trait
Arch
Specific
Copy item path
Source
pub trait ArchSpecific { // Required method fn
is_arch32
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_arch32
(&self) ->
bool
Implementors
§
Source
§
impl<T64, T32>
ArchSpecific
for
ArchSpecificUnionContainer
<T64, T32>
Source
§
impl<T, T64, T32>
ArchSpecific
for
MappingMultiArchUserRef
<T, T64, T32>