#[repr(C)]pub struct BinderVersion { /* private fields */ }
Expand description
A structure representing the binder version
Auto Trait Implementations§
impl Freeze for BinderVersion
impl RefUnwindSafe for BinderVersion
impl Send for BinderVersion
impl Sync for BinderVersion
impl Unpin for BinderVersion
impl UnwindSafe for BinderVersion
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