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