#[repr(C)]pub struct UnitDetailCameraPosition_CenterType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl UnitDetailCameraPosition_CenterType
impl UnitDetailCameraPosition_CenterType
pub fn master_only() -> Self
pub fn emblem_height() -> Self
pub fn emblem_center() -> Self
pub fn midpoint() -> Self
pub fn master_target() -> Self
Trait Implementations§
Source§impl Clone for UnitDetailCameraPosition_CenterType
impl Clone for UnitDetailCameraPosition_CenterType
Source§fn clone(&self) -> UnitDetailCameraPosition_CenterType
fn clone(&self) -> UnitDetailCameraPosition_CenterType
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 UnitDetailCameraPosition_CenterType
impl Debug for UnitDetailCameraPosition_CenterType
Source§impl IlType for UnitDetailCameraPosition_CenterType
impl IlType for UnitDetailCameraPosition_CenterType
Source§impl PartialEq for UnitDetailCameraPosition_CenterType
impl PartialEq for UnitDetailCameraPosition_CenterType
impl Copy for UnitDetailCameraPosition_CenterType
impl Eq for UnitDetailCameraPosition_CenterType
impl StructuralPartialEq for UnitDetailCameraPosition_CenterType
Auto Trait Implementations§
impl Freeze for UnitDetailCameraPosition_CenterType
impl RefUnwindSafe for UnitDetailCameraPosition_CenterType
impl Send for UnitDetailCameraPosition_CenterType
impl Sync for UnitDetailCameraPosition_CenterType
impl Unpin for UnitDetailCameraPosition_CenterType
impl UnwindSafe for UnitDetailCameraPosition_CenterType
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)