#[repr(C)]pub struct ScsTelemetryConfiguration {
pub id: ScsString,
pub attributes: *const ScsNamedValue,
}Fields§
§id: ScsString§attributes: *const ScsNamedValueAuto Trait Implementations§
impl !Send for ScsTelemetryConfiguration
impl !Sync for ScsTelemetryConfiguration
impl Freeze for ScsTelemetryConfiguration
impl RefUnwindSafe for ScsTelemetryConfiguration
impl Unpin for ScsTelemetryConfiguration
impl UnsafeUnpin for ScsTelemetryConfiguration
impl UnwindSafe for ScsTelemetryConfiguration
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