pub struct G4DcSlots { /* private fields */ }Auto Trait Implementations§
impl Freeze for G4DcSlots
impl RefUnwindSafe for G4DcSlots
impl Send for G4DcSlots
impl Sync for G4DcSlots
impl Unpin for G4DcSlots
impl UnsafeUnpin for G4DcSlots
impl UnwindSafe for G4DcSlots
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