Struct InteractionSourceRedirectionMode
#[repr(transparent)]pub struct InteractionSourceRedirectionMode(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for InteractionSourceRedirectionMode
impl Clone for InteractionSourceRedirectionMode
§fn clone(&self) -> InteractionSourceRedirectionMode
fn clone(&self) -> InteractionSourceRedirectionMode
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 more§impl Debug for InteractionSourceRedirectionMode
impl Debug for InteractionSourceRedirectionMode
§impl Default for InteractionSourceRedirectionMode
impl Default for InteractionSourceRedirectionMode
§fn default() -> InteractionSourceRedirectionMode
fn default() -> InteractionSourceRedirectionMode
Returns the “default value” for a type. Read more
impl Copy for InteractionSourceRedirectionMode
impl Eq for InteractionSourceRedirectionMode
impl StructuralPartialEq for InteractionSourceRedirectionMode
Auto Trait Implementations§
impl Freeze for InteractionSourceRedirectionMode
impl RefUnwindSafe for InteractionSourceRedirectionMode
impl Send for InteractionSourceRedirectionMode
impl Sync for InteractionSourceRedirectionMode
impl Unpin for InteractionSourceRedirectionMode
impl UnwindSafe for InteractionSourceRedirectionMode
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