pub struct inkVectorGraphicWidget {
pub name: Name,
pub layout: inkWidgetLayout,
pub property_manager: Option<PropertyManager>,
pub render_transform_pivot: Pivot,
pub render_transform: inkUITransform,
pub size: Vector2,
}Expand description
๐ฟ see NativeDB
Fieldsยง
ยงname: Nameยงlayout: inkWidgetLayoutยงproperty_manager: Option<PropertyManager>ยงrender_transform_pivot: Pivotยงrender_transform: inkUITransformยงsize: Vector2Trait Implementationsยง
Sourceยงimpl Clone for inkVectorGraphicWidget
impl Clone for inkVectorGraphicWidget
Sourceยงfn clone(&self) -> inkVectorGraphicWidget
fn clone(&self) -> inkVectorGraphicWidget
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 inkVectorGraphicWidget
impl Debug for inkVectorGraphicWidget
Sourceยงimpl<'de> Deserialize<'de> for inkVectorGraphicWidget
impl<'de> Deserialize<'de> for inkVectorGraphicWidget
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 From<inkVectorGraphicWidget> for Widget
impl From<inkVectorGraphicWidget> for Widget
Sourceยงfn from(v: inkVectorGraphicWidget) -> Widget
fn from(v: inkVectorGraphicWidget) -> Widget
Converts to this type from the input type.
Sourceยงimpl PartialEq for inkVectorGraphicWidget
impl PartialEq for inkVectorGraphicWidget
Sourceยงimpl Serialize for inkVectorGraphicWidget
impl Serialize for inkVectorGraphicWidget
Sourceยงimpl TryInto<inkVectorGraphicWidget> for Widget
impl TryInto<inkVectorGraphicWidget> for Widget
impl InkLeafWidget for inkVectorGraphicWidget
impl StructuralPartialEq for inkVectorGraphicWidget
Auto Trait Implementationsยง
impl Freeze for inkVectorGraphicWidget
impl RefUnwindSafe for inkVectorGraphicWidget
impl Send for inkVectorGraphicWidget
impl Sync for inkVectorGraphicWidget
impl Unpin for inkVectorGraphicWidget
impl UnwindSafe for inkVectorGraphicWidget
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