pub struct ClientsideSetCamera {
pub camera_id: i32,
}Fields§
§camera_id: i32Implementations§
Trait Implementations§
Source§impl Clone for ClientsideSetCamera
impl Clone for ClientsideSetCamera
Source§fn clone(&self) -> ClientsideSetCamera
fn clone(&self) -> ClientsideSetCamera
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 ClientsideSetCamera
impl Debug for ClientsideSetCamera
Source§impl IntoPacket<ClientsidePlayPacket> for ClientsideSetCamera
impl IntoPacket<ClientsidePlayPacket> for ClientsideSetCamera
fn into_packet(self) -> ClientsidePlayPacket
Source§impl PartialEq for ClientsideSetCamera
impl PartialEq for ClientsideSetCamera
Source§fn eq(&self, other: &ClientsideSetCamera) -> bool
fn eq(&self, other: &ClientsideSetCamera) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsideSetCamera
Auto Trait Implementations§
impl Freeze for ClientsideSetCamera
impl RefUnwindSafe for ClientsideSetCamera
impl Send for ClientsideSetCamera
impl Sync for ClientsideSetCamera
impl Unpin for ClientsideSetCamera
impl UnsafeUnpin for ClientsideSetCamera
impl UnwindSafe for ClientsideSetCamera
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