#[repr(C)]pub struct CByondPixLoc {
pub x: f32,
pub y: f32,
pub z: s2c,
pub junk: s2c,
}Fields§
§x: f32!< pixel coordinates as floats
y: f32!< pixel coordinates as floats
z: s2c!< signed 2-byte integer coordinates
junk: s2c!< padding
Trait Implementations§
Source§impl Clone for CByondPixLoc
impl Clone for CByondPixLoc
Source§fn clone(&self) -> CByondPixLoc
fn clone(&self) -> CByondPixLoc
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 moreimpl Copy for CByondPixLoc
Auto Trait Implementations§
impl Freeze for CByondPixLoc
impl RefUnwindSafe for CByondPixLoc
impl Send for CByondPixLoc
impl Sync for CByondPixLoc
impl Unpin for CByondPixLoc
impl UnsafeUnpin for CByondPixLoc
impl UnwindSafe for CByondPixLoc
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