#[repr(C)]pub struct SRestartPathDrawerCommand {
pub sameColor: bool,
}
Fields§
§sameColor: bool
Trait Implementations§
Source§impl Clone for SRestartPathDrawerCommand
impl Clone for SRestartPathDrawerCommand
Source§fn clone(&self) -> SRestartPathDrawerCommand
fn clone(&self) -> SRestartPathDrawerCommand
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 SRestartPathDrawerCommand
impl Debug for SRestartPathDrawerCommand
impl Copy for SRestartPathDrawerCommand
Auto Trait Implementations§
impl Freeze for SRestartPathDrawerCommand
impl RefUnwindSafe for SRestartPathDrawerCommand
impl Send for SRestartPathDrawerCommand
impl Sync for SRestartPathDrawerCommand
impl Unpin for SRestartPathDrawerCommand
impl UnwindSafe for SRestartPathDrawerCommand
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