#[repr(C)]pub struct AssetBrowserUiResT {
pub focus_changed: bool,
}Fields§
§focus_changed: boolTrait Implementations§
Source§impl Clone for AssetBrowserUiResT
impl Clone for AssetBrowserUiResT
Source§fn clone(&self) -> AssetBrowserUiResT
fn clone(&self) -> AssetBrowserUiResT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssetBrowserUiResT
Source§impl Default for AssetBrowserUiResT
impl Default for AssetBrowserUiResT
Source§fn default() -> AssetBrowserUiResT
fn default() -> AssetBrowserUiResT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssetBrowserUiResT
impl RefUnwindSafe for AssetBrowserUiResT
impl Send for AssetBrowserUiResT
impl Sync for AssetBrowserUiResT
impl Unpin for AssetBrowserUiResT
impl UnsafeUnpin for AssetBrowserUiResT
impl UnwindSafe for AssetBrowserUiResT
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