#[repr(C)]pub struct MicromapVersionInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub pVersionData: *const u8,
}Fields§
§sType: StructureType§pNext: *const c_void§pVersionData: *const u8Trait Implementations§
Source§impl Clone for MicromapVersionInfoEXT
impl Clone for MicromapVersionInfoEXT
Source§fn clone(&self) -> MicromapVersionInfoEXT
fn clone(&self) -> MicromapVersionInfoEXT
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 moreimpl Copy for MicromapVersionInfoEXT
Auto Trait Implementations§
impl Freeze for MicromapVersionInfoEXT
impl RefUnwindSafe for MicromapVersionInfoEXT
impl !Send for MicromapVersionInfoEXT
impl !Sync for MicromapVersionInfoEXT
impl Unpin for MicromapVersionInfoEXT
impl UnwindSafe for MicromapVersionInfoEXT
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