Struct libc::__darwin_mmst_reg
source · #[repr(C)]pub struct __darwin_mmst_reg {
pub __mmst_reg: [c_char; 10],
pub __mmst_rsrv: [c_char; 6],
}
Fields§
§__mmst_reg: [c_char; 10]
§__mmst_rsrv: [c_char; 6]
Trait Implementations§
source§impl Clone for __darwin_mmst_reg
impl Clone for __darwin_mmst_reg
source§fn clone(&self) -> __darwin_mmst_reg
fn clone(&self) -> __darwin_mmst_reg
Returns a copy 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 __darwin_mmst_reg
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_mmst_reg
impl Send for __darwin_mmst_reg
impl Sync for __darwin_mmst_reg
impl Unpin for __darwin_mmst_reg
impl UnwindSafe for __darwin_mmst_reg
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