#[repr(i32)]pub enum ENotificationPosition {
k_EPositionInvalid = -1,
k_EPositionTopLeft = 0,
k_EPositionTopRight = 1,
k_EPositionBottomLeft = 2,
k_EPositionBottomRight = 3,
}
Variants§
k_EPositionInvalid = -1
k_EPositionTopLeft = 0
k_EPositionTopRight = 1
k_EPositionBottomLeft = 2
k_EPositionBottomRight = 3
Trait Implementations§
Source§impl Clone for ENotificationPosition
impl Clone for ENotificationPosition
Source§fn clone(&self) -> ENotificationPosition
fn clone(&self) -> ENotificationPosition
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 ENotificationPosition
impl Debug for ENotificationPosition
Source§impl Hash for ENotificationPosition
impl Hash for ENotificationPosition
Source§impl Ord for ENotificationPosition
impl Ord for ENotificationPosition
Source§fn cmp(&self, other: &ENotificationPosition) -> Ordering
fn cmp(&self, other: &ENotificationPosition) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ENotificationPosition
impl PartialEq for ENotificationPosition
Source§impl PartialOrd for ENotificationPosition
impl PartialOrd for ENotificationPosition
impl Copy for ENotificationPosition
impl Eq for ENotificationPosition
impl StructuralPartialEq for ENotificationPosition
Auto Trait Implementations§
impl Freeze for ENotificationPosition
impl RefUnwindSafe for ENotificationPosition
impl Send for ENotificationPosition
impl Sync for ENotificationPosition
impl Unpin for ENotificationPosition
impl UnwindSafe for ENotificationPosition
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