#[repr(C)]pub struct BGSDialogueBranch;
Auto Trait Implementations§
impl Freeze for BGSDialogueBranch
impl RefUnwindSafe for BGSDialogueBranch
impl Send for BGSDialogueBranch
impl Sync for BGSDialogueBranch
impl Unpin for BGSDialogueBranch
impl UnwindSafe for BGSDialogueBranch
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