struct IsWordByteTable {
position: u64,
}
Fields§
§position: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsWordByteTable
impl RefUnwindSafe for IsWordByteTable
impl Send for IsWordByteTable
impl Sync for IsWordByteTable
impl Unpin for IsWordByteTable
impl UnwindSafe for IsWordByteTable
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