#[repr(transparent)]pub struct LogicalButton(pub ZIndex);Available on crate feature
interface only.Expand description
A macro button. Zero indexed
Tuple Fields§
§0: ZIndexTrait Implementations§
Source§impl Clone for LogicalButton
impl Clone for LogicalButton
Source§fn clone(&self) -> LogicalButton
fn clone(&self) -> LogicalButton
Returns a duplicate 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 LogicalButton
impl Debug for LogicalButton
Source§impl Display for LogicalButton
impl Display for LogicalButton
Source§impl From<i32> for LogicalButton
impl From<i32> for LogicalButton
Source§impl From<u32> for LogicalButton
impl From<u32> for LogicalButton
Source§impl From<usize> for LogicalButton
impl From<usize> for LogicalButton
Source§impl Hash for LogicalButton
impl Hash for LogicalButton
Source§impl PartialEq for LogicalButton
impl PartialEq for LogicalButton
impl Copy for LogicalButton
impl Eq for LogicalButton
impl StructuralPartialEq for LogicalButton
Auto Trait Implementations§
impl Freeze for LogicalButton
impl RefUnwindSafe for LogicalButton
impl Send for LogicalButton
impl Sync for LogicalButton
impl Unpin for LogicalButton
impl UnwindSafe for LogicalButton
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