#[repr(C, align(4))]pub struct ET_BackendOption {
pub _bindgen_opaque_blob: [u32; 81],
}Fields§
§_bindgen_opaque_blob: [u32; 81]Auto Trait Implementations§
impl Freeze for ET_BackendOption
impl RefUnwindSafe for ET_BackendOption
impl Send for ET_BackendOption
impl Sync for ET_BackendOption
impl Unpin for ET_BackendOption
impl UnsafeUnpin for ET_BackendOption
impl UnwindSafe for ET_BackendOption
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