Struct bird_protocol::packet_types::Angle
source · [−]pub struct Angle;
Trait Implementations
sourceimpl<'a> PacketVariantReadable<'a, f32> for Angle
impl<'a> PacketVariantReadable<'a, f32> for Angle
fn read_variant<R>(read: &mut R) -> Result<f32, PacketReadableError> where
R: PacketRead<'a>,
sourceimpl PacketVariantWritable<f32> for Angle
impl PacketVariantWritable<f32> for Angle
fn write_variant<W>(object: &f32, write: &mut W) -> Result<(), Error> where
W: PacketWrite,
Auto Trait Implementations
impl RefUnwindSafe for Angle
impl Send for Angle
impl Sync for Angle
impl Unpin for Angle
impl UnwindSafe for Angle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more