#[repr(C)]pub struct GSContainerRowEntryTag {
pub containerName: *const GSChar,
pub rowList: *const *mut c_void,
pub rowCount: size_t,
}
Fields§
§containerName: *const GSChar
§rowList: *const *mut c_void
§rowCount: size_t
Trait Implementations§
Source§impl Clone for GSContainerRowEntryTag
impl Clone for GSContainerRowEntryTag
Source§fn clone(&self) -> GSContainerRowEntryTag
fn clone(&self) -> GSContainerRowEntryTag
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 GSContainerRowEntryTag
impl Debug for GSContainerRowEntryTag
impl Copy for GSContainerRowEntryTag
Auto Trait Implementations§
impl Freeze for GSContainerRowEntryTag
impl RefUnwindSafe for GSContainerRowEntryTag
impl !Send for GSContainerRowEntryTag
impl !Sync for GSContainerRowEntryTag
impl Unpin for GSContainerRowEntryTag
impl UnwindSafe for GSContainerRowEntryTag
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