#[repr(C)]pub struct GSGridStoreFactoryTag { /* private fields */ }
Trait Implementations§
Source§impl Clone for GSGridStoreFactoryTag
impl Clone for GSGridStoreFactoryTag
Source§fn clone(&self) -> GSGridStoreFactoryTag
fn clone(&self) -> GSGridStoreFactoryTag
Returns a copy 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 Debug for GSGridStoreFactoryTag
impl Debug for GSGridStoreFactoryTag
impl Copy for GSGridStoreFactoryTag
Auto Trait Implementations§
impl Freeze for GSGridStoreFactoryTag
impl RefUnwindSafe for GSGridStoreFactoryTag
impl Send for GSGridStoreFactoryTag
impl Sync for GSGridStoreFactoryTag
impl Unpin for GSGridStoreFactoryTag
impl UnwindSafe for GSGridStoreFactoryTag
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