bitflags
2.9.3
Primitive
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In bitflags::
traits
bitflags
::
traits
Trait
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
§