#[repr(C)]pub struct TMP_Compatibility_AnchorPositions {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TMP_Compatibility_AnchorPositions
impl TMP_Compatibility_AnchorPositions
pub fn top_left() -> Self
pub fn top() -> Self
pub fn top_right() -> Self
pub fn left() -> Self
pub fn center() -> Self
pub fn right() -> Self
pub fn bottom_left() -> Self
pub fn bottom() -> Self
pub fn bottom_right() -> Self
pub fn base_line() -> Self
pub fn none() -> Self
Trait Implementations§
Source§impl Clone for TMP_Compatibility_AnchorPositions
impl Clone for TMP_Compatibility_AnchorPositions
Source§fn clone(&self) -> TMP_Compatibility_AnchorPositions
fn clone(&self) -> TMP_Compatibility_AnchorPositions
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 TMP_Compatibility_AnchorPositions
impl Debug for TMP_Compatibility_AnchorPositions
Source§impl PartialEq for TMP_Compatibility_AnchorPositions
impl PartialEq for TMP_Compatibility_AnchorPositions
impl Copy for TMP_Compatibility_AnchorPositions
impl Eq for TMP_Compatibility_AnchorPositions
impl StructuralPartialEq for TMP_Compatibility_AnchorPositions
Auto Trait Implementations§
impl Freeze for TMP_Compatibility_AnchorPositions
impl RefUnwindSafe for TMP_Compatibility_AnchorPositions
impl Send for TMP_Compatibility_AnchorPositions
impl Sync for TMP_Compatibility_AnchorPositions
impl Unpin for TMP_Compatibility_AnchorPositions
impl UnwindSafe for TMP_Compatibility_AnchorPositions
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)