#[repr(C)]pub struct ScanTable {
pub scantable: *const u8,
pub permutated: [u8; 64],
pub raster_end: [u8; 64],
}
Expand description
Scantable.
Fields§
§scantable: *const u8
§permutated: [u8; 64]
§raster_end: [u8; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanTable
impl RefUnwindSafe for ScanTable
impl !Send for ScanTable
impl !Sync for ScanTable
impl Unpin for ScanTable
impl UnwindSafe for ScanTable
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