Struct bird_protocol::packet_types::BlockPosition
source · [−]Fields
x: i32
y: i16
z: i32
Trait Implementations
sourceimpl<'a> PacketReadable<'a> for BlockPosition
impl<'a> PacketReadable<'a> for BlockPosition
fn read<R>(read: &mut R) -> Result<Self, PacketReadableError> where
R: PacketRead<'a>,
sourceimpl PacketWritable for BlockPosition
impl PacketWritable for BlockPosition
Auto Trait Implementations
impl RefUnwindSafe for BlockPosition
impl Send for BlockPosition
impl Sync for BlockPosition
impl Unpin for BlockPosition
impl UnwindSafe for BlockPosition
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