#[repr(C)]pub struct ScsValueS64 {
pub value: ScsS64,
}Fields§
§value: ScsS64Trait Implementations§
Source§impl Clone for ScsValueS64
impl Clone for ScsValueS64
Source§fn clone(&self) -> ScsValueS64
fn clone(&self) -> ScsValueS64
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 ScsValueS64
Source§impl Debug for ScsValueS64
impl Debug for ScsValueS64
Source§impl Default for ScsValueS64
impl Default for ScsValueS64
Source§fn default() -> ScsValueS64
fn default() -> ScsValueS64
Returns the “default value” for a type. Read more
impl Eq for ScsValueS64
Source§impl PartialEq for ScsValueS64
impl PartialEq for ScsValueS64
impl StructuralPartialEq for ScsValueS64
Auto Trait Implementations§
impl Freeze for ScsValueS64
impl RefUnwindSafe for ScsValueS64
impl Send for ScsValueS64
impl Sync for ScsValueS64
impl Unpin for ScsValueS64
impl UnsafeUnpin for ScsValueS64
impl UnwindSafe for ScsValueS64
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