#[repr(C)]pub struct ArkUI_BarrierOption { /* private fields */ }Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for ArkUI_BarrierOption
impl RefUnwindSafe for ArkUI_BarrierOption
impl Send for ArkUI_BarrierOption
impl Sync for ArkUI_BarrierOption
impl Unpin for ArkUI_BarrierOption
impl UnwindSafe for ArkUI_BarrierOption
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