#[repr(C)]pub struct SLoadUnitsUnitCommand {
pub unitId: c_int,
pub groupId: c_int,
pub options: c_short,
pub timeOut: c_int,
pub toLoadUnitIds: *mut c_int,
pub toLoadUnitIds_size: c_int,
}
Fields§
§unitId: c_int
§groupId: c_int
§options: c_short
see enum UnitCommandOptions
timeOut: c_int
§toLoadUnitIds: *mut c_int
§toLoadUnitIds_size: c_int
Trait Implementations§
Source§impl Clone for SLoadUnitsUnitCommand
impl Clone for SLoadUnitsUnitCommand
Source§fn clone(&self) -> SLoadUnitsUnitCommand
fn clone(&self) -> SLoadUnitsUnitCommand
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 SLoadUnitsUnitCommand
impl Debug for SLoadUnitsUnitCommand
impl Copy for SLoadUnitsUnitCommand
Auto Trait Implementations§
impl Freeze for SLoadUnitsUnitCommand
impl RefUnwindSafe for SLoadUnitsUnitCommand
impl !Send for SLoadUnitsUnitCommand
impl !Sync for SLoadUnitsUnitCommand
impl Unpin for SLoadUnitsUnitCommand
impl UnwindSafe for SLoadUnitsUnitCommand
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