Struct TextPanelOptions
pub struct TextPanelOptions {
pub transform: Transform,
pub identifier: Option<String>,
}Expand description
Options for adding a text panel object.
Fields§
§transform: TransformThe common transform parameters.
identifier: Option<String>The explicit identifier; assigned by the server when None.
Trait Implementations§
§impl Clone for TextPanelOptions
impl Clone for TextPanelOptions
§fn clone(&self) -> TextPanelOptions
fn clone(&self) -> TextPanelOptions
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 more§impl Debug for TextPanelOptions
impl Debug for TextPanelOptions
§impl Default for TextPanelOptions
impl Default for TextPanelOptions
§fn default() -> TextPanelOptions
fn default() -> TextPanelOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextPanelOptions
impl RefUnwindSafe for TextPanelOptions
impl Send for TextPanelOptions
impl Sync for TextPanelOptions
impl Unpin for TextPanelOptions
impl UnwindSafe for TextPanelOptions
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