#[repr(C)]pub struct GSRowTag { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GSRowTag
impl RefUnwindSafe for GSRowTag
impl Send for GSRowTag
impl Sync for GSRowTag
impl Unpin for GSRowTag
impl UnwindSafe for GSRowTag
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