#[repr(C)]pub struct IPLSourceSettings {
pub flags: IPLSimulationFlags,
}Expand description
Settings used to create a source.
Fields§
§flags: IPLSimulationFlagsThe types of simulation that may be run for this source.
Trait Implementations§
Source§impl Clone for IPLSourceSettings
impl Clone for IPLSourceSettings
Source§fn clone(&self) -> IPLSourceSettings
fn clone(&self) -> IPLSourceSettings
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 IPLSourceSettings
impl Debug for IPLSourceSettings
impl Copy for IPLSourceSettings
Auto Trait Implementations§
impl Freeze for IPLSourceSettings
impl RefUnwindSafe for IPLSourceSettings
impl Send for IPLSourceSettings
impl Sync for IPLSourceSettings
impl Unpin for IPLSourceSettings
impl UnwindSafe for IPLSourceSettings
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