pub struct RovingFocusProps {
pub enabled: bool,
pub wrap: bool,
pub disabled: Arc<[bool]>,
}Fields§
§enabled: bool§wrap: bool§disabled: Arc<[bool]>Trait Implementations§
Source§impl Clone for RovingFocusProps
impl Clone for RovingFocusProps
Source§fn clone(&self) -> RovingFocusProps
fn clone(&self) -> RovingFocusProps
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 RovingFocusProps
impl Debug for RovingFocusProps
Auto Trait Implementations§
impl Freeze for RovingFocusProps
impl RefUnwindSafe for RovingFocusProps
impl Send for RovingFocusProps
impl Sync for RovingFocusProps
impl Unpin for RovingFocusProps
impl UnsafeUnpin for RovingFocusProps
impl UnwindSafe for RovingFocusProps
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