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