#[repr(transparent)]pub struct TiImage(pub usize);Expand description
Handle TiImage
A contiguous allocation of device image.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Ord for TiImage
impl Ord for TiImage
Source§impl PartialOrd for TiImage
impl PartialOrd for TiImage
impl Copy for TiImage
impl Eq for TiImage
impl StructuralPartialEq for TiImage
Auto Trait Implementations§
impl Freeze for TiImage
impl RefUnwindSafe for TiImage
impl Send for TiImage
impl Sync for TiImage
impl Unpin for TiImage
impl UnwindSafe for TiImage
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