#[repr(C)]pub struct BGSKeywordForm {
pub __base: BaseFormComponent,
pub keywords: *mut *mut BGSKeyword,
pub numKeywords: u32,
pub pad14: u32,
}
Fields§
§__base: BaseFormComponent
§keywords: *mut *mut BGSKeyword
§numKeywords: u32
§pad14: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSKeywordForm
impl RefUnwindSafe for BGSKeywordForm
impl !Send for BGSKeywordForm
impl !Sync for BGSKeywordForm
impl Unpin for BGSKeywordForm
impl UnwindSafe for BGSKeywordForm
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