#[repr(C)]pub struct BroccoliState { /* private fields */ }
Trait Implementations
sourceimpl Clone for BroccoliState
impl Clone for BroccoliState
sourcefn clone(&self) -> BroccoliState
fn clone(&self) -> BroccoliState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for BroccoliState
impl Default for BroccoliState
sourcefn default() -> BroccoliState
fn default() -> BroccoliState
Returns the “default value” for a type. Read more
sourceimpl From<BroCatli> for BroccoliState
impl From<BroCatli> for BroccoliState
sourcefn from(data: BroCatli) -> BroccoliState
fn from(data: BroCatli) -> BroccoliState
Performs the conversion.
impl Copy for BroccoliState
Auto Trait Implementations
impl RefUnwindSafe for BroccoliState
impl !Send for BroccoliState
impl !Sync for BroccoliState
impl Unpin for BroccoliState
impl UnwindSafe for BroccoliState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more