Angle

Type Alias Angle 

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,