#[repr(C)]pub struct SDeleteFigureDrawerCommand {
pub figureGroupId: c_int,
}
Expand description
Removes a figure group, which means it will not be drawn anymore.
Fields§
§figureGroupId: c_int
Trait Implementations§
Source§impl Clone for SDeleteFigureDrawerCommand
impl Clone for SDeleteFigureDrawerCommand
Source§fn clone(&self) -> SDeleteFigureDrawerCommand
fn clone(&self) -> SDeleteFigureDrawerCommand
Returns a copy 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 SDeleteFigureDrawerCommand
impl Debug for SDeleteFigureDrawerCommand
impl Copy for SDeleteFigureDrawerCommand
Auto Trait Implementations§
impl Freeze for SDeleteFigureDrawerCommand
impl RefUnwindSafe for SDeleteFigureDrawerCommand
impl Send for SDeleteFigureDrawerCommand
impl Sync for SDeleteFigureDrawerCommand
impl Unpin for SDeleteFigureDrawerCommand
impl UnwindSafe for SDeleteFigureDrawerCommand
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