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