Docs.rs
cubic-protocol-0.1.11
cubic-protocol 0.1.11
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Jenya705
Dependencies
async-trait ^0.1.53
normal
cubic-chat ^0.1.0
normal
cubic-protocol-derive ^0.1.7
normal
optional
euclid ^0.22.7
normal
fastnbt ^2.1.0
normal
quick-error ^2.0.1
normal
serde ^1.0.137
normal
serde_json ^1.0.81
normal
uuid ^1.0.0
normal
actix-rt ^2.7.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Angle
cubic_
protocol
0.1.11
Angle
Aliased Type
Fields
radians
Trait Implementations
PacketReadable
PacketWritable
In cubic_
protocol::
types
cubic_protocol
::
types
Type Alias
Angle
Copy item path
Source
pub type Angle =
Angle
<
f32
>;
Aliased Type
§
pub struct Angle { pub radians:
f32
, }
Fields
§
§
radians:
f32
Trait Implementations
§
Source
§
impl
PacketReadable
for
Angle
Source
§
fn
read
<'life0, 'async_trait>( input: &'life0 mut (impl 'async_trait +
InputPacketBytes
), ) ->
Pin
<
Box
<dyn
Future
<Output =
PacketReadableResult
<Self>> +
Send
+ 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,
Source
§
impl
PacketWritable
for
Angle
Source
§
fn
write
<'life0, 'async_trait>( self, output: &'life0 mut (impl 'async_trait +
OutputPacketBytes
), ) ->
Pin
<
Box
<dyn
Future
<Output =
PacketWritableResult
> +
Send
+ 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,