Struct FocusScopeType
#[repr(transparent)]pub struct FocusScopeType(pub i32);Expand description
Tuple Fields§
§0: i32Implementations§
§impl FocusScopeType
impl FocusScopeType
pub fn convert(num: i32) -> FocusScopeType
Trait Implementations§
§impl Clone for FocusScopeType
impl Clone for FocusScopeType
§fn clone(&self) -> FocusScopeType
fn clone(&self) -> FocusScopeType
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 more§impl Debug for FocusScopeType
impl Debug for FocusScopeType
§impl PartialEq for FocusScopeType
impl PartialEq for FocusScopeType
§impl VariantConstraint for FocusScopeType
impl VariantConstraint for FocusScopeType
§type DataArg<'a> = FocusScopeType
type DataArg<'a> = FocusScopeType
Specifies the type of an argument that provides a value to
Variant.
Generally, this type matches Self, except for KanziString, Resource, and ResourceId. Read more§type RetArg = FocusScopeType
type RetArg = FocusScopeType
§fn as_arg(&self) -> <FocusScopeType as VariantConstraint>::DataArg<'_>
fn as_arg(&self) -> <FocusScopeType as VariantConstraint>::DataArg<'_>
impl Copy for FocusScopeType
impl Eq for FocusScopeType
impl PropertyTypeConstraint for FocusScopeType
impl StructuralPartialEq for FocusScopeType
Auto Trait Implementations§
impl Freeze for FocusScopeType
impl RefUnwindSafe for FocusScopeType
impl Send for FocusScopeType
impl Sync for FocusScopeType
impl Unpin for FocusScopeType
impl UnwindSafe for FocusScopeType
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