#[repr(C)]pub struct TextAlignmentOptions {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TextAlignmentOptions
impl TextAlignmentOptions
pub fn top_left() -> Self
pub fn top() -> Self
pub fn top_right() -> Self
pub fn top_justified() -> Self
pub fn top_flush() -> Self
pub fn top_geo_aligned() -> Self
pub fn left() -> Self
pub fn center() -> Self
pub fn right() -> Self
pub fn justified() -> Self
pub fn flush() -> Self
pub fn center_geo_aligned() -> Self
pub fn bottom_left() -> Self
pub fn bottom() -> Self
pub fn bottom_right() -> Self
pub fn bottom_justified() -> Self
pub fn bottom_flush() -> Self
pub fn bottom_geo_aligned() -> Self
pub fn baseline_left() -> Self
pub fn baseline() -> Self
pub fn baseline_right() -> Self
pub fn baseline_justified() -> Self
pub fn baseline_flush() -> Self
pub fn baseline_geo_aligned() -> Self
pub fn midline_left() -> Self
pub fn midline() -> Self
pub fn midline_right() -> Self
pub fn midline_justified() -> Self
pub fn midline_flush() -> Self
pub fn midline_geo_aligned() -> Self
pub fn capline_left() -> Self
pub fn capline() -> Self
pub fn capline_right() -> Self
pub fn capline_justified() -> Self
pub fn capline_flush() -> Self
pub fn capline_geo_aligned() -> Self
pub fn converted() -> Self
Trait Implementations§
Source§impl ClassIdentity for TextAlignmentOptions
impl ClassIdentity for TextAlignmentOptions
Source§impl Clone for TextAlignmentOptions
impl Clone for TextAlignmentOptions
Source§fn clone(&self) -> TextAlignmentOptions
fn clone(&self) -> TextAlignmentOptions
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 TextAlignmentOptions
impl Debug for TextAlignmentOptions
Source§impl PartialEq for TextAlignmentOptions
impl PartialEq for TextAlignmentOptions
impl Copy for TextAlignmentOptions
impl Eq for TextAlignmentOptions
impl StructuralPartialEq for TextAlignmentOptions
Auto Trait Implementations§
impl Freeze for TextAlignmentOptions
impl RefUnwindSafe for TextAlignmentOptions
impl Send for TextAlignmentOptions
impl Sync for TextAlignmentOptions
impl Unpin for TextAlignmentOptions
impl UnwindSafe for TextAlignmentOptions
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)