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