#[repr(transparent)]pub struct XcomponentResult(pub c_int);Expand description
Enumerates the API access states.
Available since API 8.
Tuple Fields§
§0: c_intImplementations§
Auto Trait Implementations§
impl Freeze for XcomponentResult
impl RefUnwindSafe for XcomponentResult
impl Send for XcomponentResult
impl Sync for XcomponentResult
impl Unpin for XcomponentResult
impl UnsafeUnpin for XcomponentResult
impl UnwindSafe for XcomponentResult
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