Struct bird_protocol::packet_types::VarLong
source · [−]pub struct VarLong;
Trait Implementations
sourceimpl<'a> PacketVariantReadable<'a, i64> for VarLong
impl<'a> PacketVariantReadable<'a, i64> for VarLong
fn read_variant<R>(read: &mut R) -> Result<i64, PacketReadableError> where
R: PacketRead<'a>,
sourceimpl PacketVariantWritable<i64> for VarLong
impl PacketVariantWritable<i64> for VarLong
fn write_variant<W>(object: &i64, write: &mut W) -> Result<(), Error> where
W: PacketWrite,
Auto Trait Implementations
impl RefUnwindSafe for VarLong
impl Send for VarLong
impl Sync for VarLong
impl Unpin for VarLong
impl UnwindSafe for VarLong
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