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