pub struct inkWidgetLibraryResource {
pub animation_library_res_ref: inkanimAnimationLibraryResource,
pub library_items: Vec<inkWidgetLibraryItem>,
}Expand description
see NativeDB
Fields§
§animation_library_res_ref: inkanimAnimationLibraryResource§library_items: Vec<inkWidgetLibraryItem>Implementations§
Source§impl inkWidgetLibraryResource
impl inkWidgetLibraryResource
pub fn root(&self) -> &inkWidgetLibraryItem
pub fn root_chunk(&self) -> &inkWidgetLibraryItemInstance
Trait Implementations§
Source§impl Clone for inkWidgetLibraryResource
impl Clone for inkWidgetLibraryResource
Source§fn clone(&self) -> inkWidgetLibraryResource
fn clone(&self) -> inkWidgetLibraryResource
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 inkWidgetLibraryResource
impl Debug for inkWidgetLibraryResource
Source§impl<'de> Deserialize<'de> for inkWidgetLibraryResource
impl<'de> Deserialize<'de> for inkWidgetLibraryResource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for inkWidgetLibraryResource
impl Serialize for inkWidgetLibraryResource
Source§impl WidgetTree for inkWidgetLibraryResource
impl WidgetTree for inkWidgetLibraryResource
Auto Trait Implementations§
impl Freeze for inkWidgetLibraryResource
impl RefUnwindSafe for inkWidgetLibraryResource
impl Send for inkWidgetLibraryResource
impl Sync for inkWidgetLibraryResource
impl Unpin for inkWidgetLibraryResource
impl UnwindSafe for inkWidgetLibraryResource
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