pub struct BitField {
pub values: [bool; 8],
}
Fields§
§values: [bool; 8]
Trait Implementations§
Source§impl ByteReadable for BitField
impl ByteReadable for BitField
fn read_from_bytes(byte_reader: &mut ByteReader) -> Self
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