ytsaurus-proto 0.3.1

Generated protobuf bindings for the YTsaurus RPC proxy, built from the upstream .proto files
Documentation
1
2
3
4
5
6
7
8
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TLockMask {
    #[prost(uint64, repeated, packed = "false", tag = "1")]
    pub bitmap: ::prost::alloc::vec::Vec<u64>,
    #[prost(int32, required, tag = "2")]
    pub size: i32,
}