#[repr(C)]pub struct mcinfo_common {
pub type_: u16,
pub size: u16,
}Fields§
§type_: u16§size: u16Trait Implementations§
Source§impl Clone for mcinfo_common
impl Clone for mcinfo_common
Source§fn clone(&self) -> mcinfo_common
fn clone(&self) -> mcinfo_common
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 mcinfo_common
impl Debug for mcinfo_common
Source§impl Default for mcinfo_common
impl Default for mcinfo_common
Source§fn default() -> mcinfo_common
fn default() -> mcinfo_common
Returns the “default value” for a type. Read more
impl Copy for mcinfo_common
Auto Trait Implementations§
impl Freeze for mcinfo_common
impl RefUnwindSafe for mcinfo_common
impl Send for mcinfo_common
impl Sync for mcinfo_common
impl Unpin for mcinfo_common
impl UnwindSafe for mcinfo_common
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