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