#[repr(C)]pub struct FizzyGlobalType {
pub value_type: FizzyValueType,
pub is_mutable: bool,
}Expand description
Global type.
Fields§
§value_type: FizzyValueType§is_mutable: boolTrait Implementations§
Source§impl Clone for FizzyGlobalType
impl Clone for FizzyGlobalType
Source§fn clone(&self) -> FizzyGlobalType
fn clone(&self) -> FizzyGlobalType
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 FizzyGlobalType
Source§impl Debug for FizzyGlobalType
impl Debug for FizzyGlobalType
Source§impl Default for FizzyGlobalType
impl Default for FizzyGlobalType
Source§fn default() -> FizzyGlobalType
fn default() -> FizzyGlobalType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FizzyGlobalType
impl RefUnwindSafe for FizzyGlobalType
impl Send for FizzyGlobalType
impl Sync for FizzyGlobalType
impl Unpin for FizzyGlobalType
impl UnsafeUnpin for FizzyGlobalType
impl UnwindSafe for FizzyGlobalType
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