#[repr(C)]pub struct GSBindingTag {
pub entries: *mut GSBindingEntry,
pub entryCount: size_t,
}Fields§
§entries: *mut GSBindingEntry§entryCount: size_tTrait Implementations§
Source§impl Clone for GSBindingTag
impl Clone for GSBindingTag
Source§fn clone(&self) -> GSBindingTag
fn clone(&self) -> GSBindingTag
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 GSBindingTag
impl Debug for GSBindingTag
impl Copy for GSBindingTag
Auto Trait Implementations§
impl Freeze for GSBindingTag
impl RefUnwindSafe for GSBindingTag
impl !Send for GSBindingTag
impl !Sync for GSBindingTag
impl Unpin for GSBindingTag
impl UnwindSafe for GSBindingTag
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