bitflags
2.6.0
Primitive
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In bitflags::traits
Trait
bitflags
::
traits
::
Primitive
Copy item path
source
·
[
−
]
pub trait Primitive { }
Implementations on Foreign Types
§
source
§
impl
Primitive
for
i8
source
§
impl
Primitive
for
i16
source
§
impl
Primitive
for
i32
source
§
impl
Primitive
for
i64
source
§
impl
Primitive
for
i128
source
§
impl
Primitive
for
isize
source
§
impl
Primitive
for
u8
source
§
impl
Primitive
for
u16
source
§
impl
Primitive
for
u32
source
§
impl
Primitive
for
u64
source
§
impl
Primitive
for
u128
source
§
impl
Primitive
for
usize
Implementors
§