#[repr(u8)]pub enum FloatingAttachPointType {
LeftTop = 0,
LeftCenter = 1,
LeftBottom = 2,
CenterTop = 3,
CenterCenter = 4,
CenterBottom = 5,
RightTop = 6,
RightCenter = 7,
RightBottom = 8,
}Variants§
LeftTop = 0
LeftCenter = 1
LeftBottom = 2
CenterTop = 3
CenterCenter = 4
CenterBottom = 5
RightTop = 6
RightCenter = 7
RightBottom = 8
Trait Implementations§
Source§impl Clone for FloatingAttachPointType
impl Clone for FloatingAttachPointType
Source§fn clone(&self) -> FloatingAttachPointType
fn clone(&self) -> FloatingAttachPointType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FloatingAttachPointType
impl Debug for FloatingAttachPointType
Source§impl PartialEq for FloatingAttachPointType
impl PartialEq for FloatingAttachPointType
impl Copy for FloatingAttachPointType
impl Eq for FloatingAttachPointType
impl StructuralPartialEq for FloatingAttachPointType
Auto Trait Implementations§
impl Freeze for FloatingAttachPointType
impl RefUnwindSafe for FloatingAttachPointType
impl Send for FloatingAttachPointType
impl Sync for FloatingAttachPointType
impl Unpin for FloatingAttachPointType
impl UnwindSafe for FloatingAttachPointType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more