pub struct BTABLE { /* private fields */ }
Expand description
Buffer table address
Implementations§
Auto Trait Implementations§
impl !Freeze for BTABLE
impl !RefUnwindSafe for BTABLE
impl Send for BTABLE
impl !Sync for BTABLE
impl Unpin for BTABLE
impl UnwindSafe for BTABLE
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