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