pub struct GcnWriter {}Expand description
GCN 汇编器/写入器
Implementations§
Auto Trait Implementations§
impl Freeze for GcnWriter
impl RefUnwindSafe for GcnWriter
impl Send for GcnWriter
impl Sync for GcnWriter
impl Unpin for GcnWriter
impl UnwindSafe for GcnWriter
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