pub struct Bitfield { /* private fields */ }
Expand description
A schema referencing some bits within a chunk of bytes.
Implementations§
Trait Implementations§
Source§impl From<Bitfield> for BooleanSchema
impl From<Bitfield> for BooleanSchema
Source§impl From<Bitfield> for IntegerSchema
impl From<Bitfield> for IntegerSchema
impl Copy for Bitfield
Auto Trait Implementations§
impl Freeze for Bitfield
impl RefUnwindSafe for Bitfield
impl Send for Bitfield
impl Sync for Bitfield
impl Unpin for Bitfield
impl UnwindSafe for Bitfield
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