#[repr(transparent)]pub struct Internal<T>(pub T);
Tuple Fields§
§0: T
Implementations§
Source§impl Internal<Buffer>
impl Internal<Buffer>
Sourcepub fn new(type_: BufferType, memory: Memory, index: u32) -> Self
pub fn new(type_: BufferType, memory: Memory, index: u32) -> Self
Instantiate buffer
pub fn mark_dequeued(&mut self)
Source§impl<Dir, Met: Method> Internal<QueueData<Dir, Met>>
impl<Dir, Met: Method> Internal<QueueData<Dir, Met>>
Source§impl Internal<Capability>
impl Internal<Capability>
Source§impl Internal<QueryExtCtrl>
impl Internal<QueryExtCtrl>
Source§impl Internal<ExtControl>
impl Internal<ExtControl>
pub fn new(ctrl: &QueryExtCtrl) -> Self
pub fn del(&mut self)
Source§impl Internal<FrmIvalEnum>
impl Internal<FrmIvalEnum>
Source§impl Internal<FrmSizeEnum>
impl Internal<FrmSizeEnum>
Trait Implementations§
impl<T: Copy> Copy for Internal<T>
Auto Trait Implementations§
impl<T> Freeze for Internal<T>where
T: Freeze,
impl<T> RefUnwindSafe for Internal<T>where
T: RefUnwindSafe,
impl<T> Send for Internal<T>where
T: Send,
impl<T> Sync for Internal<T>where
T: Sync,
impl<T> Unpin for Internal<T>where
T: Unpin,
impl<T> UnwindSafe for Internal<T>where
T: UnwindSafe,
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