#[repr(C)]pub struct BSHandleRefObjectVtbl {
pub __base: NiRefObjectVtbl,
}Fields§
§__base: NiRefObjectVtblAuto Trait Implementations§
impl Freeze for BSHandleRefObjectVtbl
impl RefUnwindSafe for BSHandleRefObjectVtbl
impl Send for BSHandleRefObjectVtbl
impl Sync for BSHandleRefObjectVtbl
impl Unpin for BSHandleRefObjectVtbl
impl UnwindSafe for BSHandleRefObjectVtbl
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