pub struct BitU8(pub u8);Expand description
The BitCollection::Item-type prescribed by Zdex for use in
Zdexed-compatible BitCollections. Custom BitCollections specified
for use with Zdex must therefore specify #[bit(BitU8, ...].
Tuple Fields§
§0: u8Trait Implementations§
impl Copy for BitU8
Auto Trait Implementations§
impl Freeze for BitU8
impl RefUnwindSafe for BitU8
impl Send for BitU8
impl Sync for BitU8
impl Unpin for BitU8
impl UnwindSafe for BitU8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more