Skip to content

Instantly share code, notes, and snippets.

@valarauca
Created May 13, 2017 21:49
Show Gist options
  • Save valarauca/d635d93e4b51653d48cfbde0df86b805 to your computer and use it in GitHub Desktop.
Save valarauca/d635d93e4b51653d48cfbde0df86b805 to your computer and use it in GitHub Desktop.
#[repr(C)] // <- tells Rust to treat this structure like its C
pub struct Tpacket {
block_size: u32,
block_number: u32,
frame_size: u32,
frame_number: u32
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment