Struct voicemeeter::types::LogicalButton
source · #[repr(transparent)]pub struct LogicalButton(pub ZIndex);
Available on crate feature
interface
only.Expand description
A macro button. Zero indexed
Tuple Fields§
§0: ZIndex
Trait Implementations§
source§impl Clone for LogicalButton
impl Clone for LogicalButton
source§fn clone(&self) -> LogicalButton
fn clone(&self) -> LogicalButton
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 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
source§fn eq(&self, other: &LogicalButton) -> bool
fn eq(&self, other: &LogicalButton) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LogicalButton
impl Eq for LogicalButton
impl StructuralPartialEq for LogicalButton
Auto Trait Implementations§
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