Lines Matching refs:Binary
307 Binary(&'a [u8]),
313 Segment::Binary(_) => (MODE_BINARY, 4),
322 Segment::Binary(_) => match v {
337 Segment::Binary(data) => data.len(),
355 Segment::Binary(data) => data.len() * 8,
426 Segment::Binary(data) => {
900 /// * `url`: The base URL of the QR code. It will be encoded as Binary segment.
939 match EncodedMsg::new(&[&Segment::Binary(&data_slice[0..data_len])], tmp_slice) {
951 &Segment::Binary(url_cstr.as_bytes()),
985 // Binary segment (URL) 4 + 16 bits, numeric segment (kmsg) 4 + 12 bits => 5 bytes.