Struct freya_components::CursorAreaProps 
source · pub struct CursorAreaProps<'a> { /* private fields */ }Expand description
CursorArea component properties.
Implementations§
source§impl<'a> CursorAreaProps<'a>
 
impl<'a> CursorAreaProps<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CursorAreaProps<'a>
impl<'a> !Send for CursorAreaProps<'a>
impl<'a> !Sync for CursorAreaProps<'a>
impl<'a> Unpin for CursorAreaProps<'a>
impl<'a> !UnwindSafe for CursorAreaProps<'a>
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