#[repr(C)]pub struct BGSKeywordFormVtbl {
pub base: BaseFormComponentVtbl,
pub HasKeyword: extern "C" fn(this: *const BGSKeywordForm, keyword: *const BGSKeyword) -> bool,
pub GetDefaultKeyword: extern "C" fn(this: *const BGSKeywordForm) -> *mut BGSKeyword,
}
Fields§
§base: BaseFormComponentVtbl
§HasKeyword: extern "C" fn(this: *const BGSKeywordForm, keyword: *const BGSKeyword) -> bool
§GetDefaultKeyword: extern "C" fn(this: *const BGSKeywordForm) -> *mut BGSKeyword
Auto Trait Implementations§
impl Freeze for BGSKeywordFormVtbl
impl RefUnwindSafe for BGSKeywordFormVtbl
impl Send for BGSKeywordFormVtbl
impl Sync for BGSKeywordFormVtbl
impl Unpin for BGSKeywordFormVtbl
impl UnwindSafe for BGSKeywordFormVtbl
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