#[repr(C)]pub struct bo {
pub fd: c_int,
pub ptr: *mut c_void,
pub size: size_t,
pub offset: size_t,
pub pitch: size_t,
pub handle: c_uint,
}Fields§
§fd: c_int§ptr: *mut c_void§size: size_t§offset: size_t§pitch: size_t§handle: c_uintTrait Implementations§
impl Copy for bo
impl Eq for bo
impl StructuralPartialEq for bo
Auto Trait Implementations§
impl Freeze for bo
impl RefUnwindSafe for bo
impl !Send for bo
impl !Sync for bo
impl Unpin for bo
impl UnwindSafe for bo
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