#[repr(C)]pub struct MatchTargetFields {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MatchTargetFields
impl MatchTargetFields
pub fn position_x() -> Self
pub fn position_y() -> Self
pub fn position_z() -> Self
pub fn rotation_x() -> Self
pub fn rotation_y() -> Self
pub fn rotation_z() -> Self
Trait Implementations§
Source§impl ClassIdentity for MatchTargetFields
impl ClassIdentity for MatchTargetFields
Source§impl Clone for MatchTargetFields
impl Clone for MatchTargetFields
Source§fn clone(&self) -> MatchTargetFields
fn clone(&self) -> MatchTargetFields
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MatchTargetFields
impl Debug for MatchTargetFields
Source§impl PartialEq for MatchTargetFields
impl PartialEq for MatchTargetFields
impl Copy for MatchTargetFields
impl Eq for MatchTargetFields
impl StructuralPartialEq for MatchTargetFields
Auto Trait Implementations§
impl Freeze for MatchTargetFields
impl RefUnwindSafe for MatchTargetFields
impl Send for MatchTargetFields
impl Sync for MatchTargetFields
impl Unpin for MatchTargetFields
impl UnwindSafe for MatchTargetFields
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)