pub struct ClientboundSetCamera {
pub raw: Vec<u8>,
}Fields§
§raw: Vec<u8>Trait Implementations§
Source§impl Clone for ClientboundSetCamera
impl Clone for ClientboundSetCamera
Source§fn clone(&self) -> ClientboundSetCamera
fn clone(&self) -> ClientboundSetCamera
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClientboundSetCamera
impl Debug for ClientboundSetCamera
Source§impl Decode for ClientboundSetCamera
impl Decode for ClientboundSetCamera
Source§impl Encode for ClientboundSetCamera
impl Encode for ClientboundSetCamera
Source§impl PartialEq for ClientboundSetCamera
impl PartialEq for ClientboundSetCamera
Source§fn eq(&self, other: &ClientboundSetCamera) -> bool
fn eq(&self, other: &ClientboundSetCamera) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundSetCamera
Auto Trait Implementations§
impl Freeze for ClientboundSetCamera
impl RefUnwindSafe for ClientboundSetCamera
impl Send for ClientboundSetCamera
impl Sync for ClientboundSetCamera
impl Unpin for ClientboundSetCamera
impl UnsafeUnpin for ClientboundSetCamera
impl UnwindSafe for ClientboundSetCamera
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more