pub struct Transfer;
Expand description
Capable of transfer only.
Trait Implementations§
Source§impl Capability for Transfer
impl Capability for Transfer
Source§fn from_queue_type(_queue_type: QueueType) -> Option<Self>
fn from_queue_type(_queue_type: QueueType) -> Option<Self>
Try to create capability instance from queue_type.
Instance will be created if all required queue_type set.
Source§fn into_queue_type(self) -> QueueType
fn into_queue_type(self) -> QueueType
Convert into
QueueType
impl Copy for Transfer
Auto Trait Implementations§
impl Freeze for Transfer
impl RefUnwindSafe for Transfer
impl Send for Transfer
impl Sync for Transfer
impl Unpin for Transfer
impl UnwindSafe for Transfer
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