#[repr(C)]pub struct BGSPreloadable { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSPreloadable
impl RefUnwindSafe for BGSPreloadable
impl Send for BGSPreloadable
impl Sync for BGSPreloadable
impl Unpin for BGSPreloadable
impl UnwindSafe for BGSPreloadable
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