#[repr(C)]pub struct ScsValueS32 {
pub value: ScsS32,
}Fields§
§value: ScsS32Trait Implementations§
Source§impl Clone for ScsValueS32
impl Clone for ScsValueS32
Source§fn clone(&self) -> ScsValueS32
fn clone(&self) -> ScsValueS32
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScsValueS32
Source§impl Debug for ScsValueS32
impl Debug for ScsValueS32
Source§impl Default for ScsValueS32
impl Default for ScsValueS32
Source§fn default() -> ScsValueS32
fn default() -> ScsValueS32
Returns the “default value” for a type. Read more
impl Eq for ScsValueS32
Source§impl PartialEq for ScsValueS32
impl PartialEq for ScsValueS32
impl StructuralPartialEq for ScsValueS32
Auto Trait Implementations§
impl Freeze for ScsValueS32
impl RefUnwindSafe for ScsValueS32
impl Send for ScsValueS32
impl Sync for ScsValueS32
impl Unpin for ScsValueS32
impl UnsafeUnpin for ScsValueS32
impl UnwindSafe for ScsValueS32
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