Primitive
bitflags
2.9.0
Primitive
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In bitflags::
traits
Modules
__private
Macros
impl_bits
Structs
Flag
Traits
Bits
Flags
Primitive
PublicFlags
bitflags
::
traits
Trait
Primitive
Copy item path
Settings
Help
Summary
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
§