[−][src]Struct rendy_core::Device
Raw device wrapper with id.
Implementations
impl<B> Device<B> where
B: Backend,
[src]
B: Backend,
pub fn new(device: B::Device, instance: &Instance<B>) -> Self
[src]
Wrap device value.
pub fn from_raw(device: B::Device, id: DeviceId) -> Self
[src]
Wrap device value.
pub fn id(&self) -> DeviceId
[src]
Get device id.
pub fn raw(&self) -> &B::Device
[src]
Get reference to raw device.
pub fn raw_mut(&mut self) -> &mut B::Device
[src]
Get mutable reference to raw device.
pub fn into_raw(self) -> B::Device
[src]
Get inner raw device
Trait Implementations
impl<B: Debug + Backend> Debug for Device<B> where
B::Device: Debug,
[src]
B::Device: Debug,
impl<B> Deref for Device<B> where
B: Backend,
[src]
B: Backend,
Auto Trait Implementations
impl<B> RefUnwindSafe for Device<B> where
<B as Backend>::Device: RefUnwindSafe,
<B as Backend>::Device: RefUnwindSafe,
impl<B> Send for Device<B> where
<B as Backend>::Device: Send,
<B as Backend>::Device: Send,
impl<B> Sync for Device<B> where
<B as Backend>::Device: Sync,
<B as Backend>::Device: Sync,
impl<B> Unpin for Device<B> where
<B as Backend>::Device: Unpin,
<B as Backend>::Device: Unpin,
impl<B> UnwindSafe for Device<B> where
<B as Backend>::Device: UnwindSafe,
<B as Backend>::Device: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,