bitflag_attr

Trait BitflagPrimitive

Source
pub trait BitflagPrimitive: Sealed { }
Expand description

Primitive types that can be used with bitflag attribute implement this trait.

Implementations on Foreign Types§

Source§

impl BitflagPrimitive for i8

Source§

impl BitflagPrimitive for i16

Source§

impl BitflagPrimitive for i32

Source§

impl BitflagPrimitive for i64

Source§

impl BitflagPrimitive for i128

Source§

impl BitflagPrimitive for isize

Source§

impl BitflagPrimitive for u8

Source§

impl BitflagPrimitive for u16

Source§

impl BitflagPrimitive for u32

Source§

impl BitflagPrimitive for u64

Source§

impl BitflagPrimitive for u128

Source§

impl BitflagPrimitive for usize

Implementors§