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