#[repr(C)]pub struct BinderWriteRead { /* private fields */ }
Implementations§
Source§impl BinderWriteRead
impl BinderWriteRead
pub fn write_size(&self) -> usize
pub fn write_consumed(&self) -> usize
pub fn read_size(&self) -> usize
pub fn read_consumed(&self) -> usize
pub fn write_buffer(&self) -> *const c_void
pub fn read_buffer(&self) -> *mut c_void
Auto Trait Implementations§
impl Freeze for BinderWriteRead
impl RefUnwindSafe for BinderWriteRead
impl !Send for BinderWriteRead
impl !Sync for BinderWriteRead
impl Unpin for BinderWriteRead
impl UnwindSafe for BinderWriteRead
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