Searched defs:authenticated_signed_writes (Results 1 – 2 of 2) sorted by relevance
1076 pub authenticated_signed_writes: u8, field1098 pub fn authenticated_signed_writes(&self) -> u8 { in authenticated_signed_writes() method1197 let authenticated_signed_writes = ((chunk >> 6) & 0x1); in decode() localVariable