#[repr(C)]pub struct AVVkFrameInternal {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for AVVkFrameInternal
impl Clone for AVVkFrameInternal
Source§fn clone(&self) -> AVVkFrameInternal
fn clone(&self) -> AVVkFrameInternal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVVkFrameInternal
Source§impl Debug for AVVkFrameInternal
impl Debug for AVVkFrameInternal
impl Eq for AVVkFrameInternal
Source§impl PartialEq for AVVkFrameInternal
impl PartialEq for AVVkFrameInternal
impl StructuralPartialEq for AVVkFrameInternal
Auto Trait Implementations§
impl Freeze for AVVkFrameInternal
impl RefUnwindSafe for AVVkFrameInternal
impl Send for AVVkFrameInternal
impl Sync for AVVkFrameInternal
impl Unpin for AVVkFrameInternal
impl UnsafeUnpin for AVVkFrameInternal
impl UnwindSafe for AVVkFrameInternal
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