pub struct DataPage(pub [u16; 128]);
Expand description
NewType, an array of memory the same size as the page buffer
Tuple Fields§
§0: [u16; 128]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataPage
impl RefUnwindSafe for DataPage
impl Send for DataPage
impl Sync for DataPage
impl Unpin for DataPage
impl UnwindSafe for DataPage
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