pub struct fbl_bindgen_DummyObject { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for fbl_bindgen_DummyObject
impl RefUnwindSafe for fbl_bindgen_DummyObject
impl Send for fbl_bindgen_DummyObject
impl Sync for fbl_bindgen_DummyObject
impl Unpin for fbl_bindgen_DummyObject
impl UnsafeUnpin for fbl_bindgen_DummyObject
impl UnwindSafe for fbl_bindgen_DummyObject
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