#[repr(C)]pub struct ScsValue {
pub type_: ScsValueType,
pub padding: ScsPadding,
pub value: ScsValueData,
}Fields§
§type_: ScsValueType§padding: ScsPadding§value: ScsValueDataTrait Implementations§
Auto Trait Implementations§
impl !Send for ScsValue
impl !Sync for ScsValue
impl Freeze for ScsValue
impl RefUnwindSafe for ScsValue
impl Unpin for ScsValue
impl UnsafeUnpin for ScsValue
impl UnwindSafe for ScsValue
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