#[repr(transparent)]pub struct BODYLOCATION(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for BODYLOCATION
impl Clone for BODYLOCATION
Source§fn clone(&self) -> BODYLOCATION
fn clone(&self) -> BODYLOCATION
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 BODYLOCATION
Source§impl Debug for BODYLOCATION
impl Debug for BODYLOCATION
Source§impl Default for BODYLOCATION
impl Default for BODYLOCATION
Source§fn default() -> BODYLOCATION
fn default() -> BODYLOCATION
Returns the “default value” for a type. Read more
impl Eq for BODYLOCATION
Source§impl PartialEq for BODYLOCATION
impl PartialEq for BODYLOCATION
Source§fn eq(&self, other: &BODYLOCATION) -> bool
fn eq(&self, other: &BODYLOCATION) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BODYLOCATION
Auto Trait Implementations§
impl Freeze for BODYLOCATION
impl RefUnwindSafe for BODYLOCATION
impl Send for BODYLOCATION
impl Sync for BODYLOCATION
impl Unpin for BODYLOCATION
impl UnsafeUnpin for BODYLOCATION
impl UnwindSafe for BODYLOCATION
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