#[repr(C)]pub struct M3CodePage {
pub info: M3CodePageHeader,
pub code: [code_t; 1],
}
Fields§
§info: M3CodePageHeader
§code: [code_t; 1]
Trait Implementations§
Source§impl Clone for M3CodePage
impl Clone for M3CodePage
Source§fn clone(&self) -> M3CodePage
fn clone(&self) -> M3CodePage
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 M3CodePage
Auto Trait Implementations§
impl Freeze for M3CodePage
impl RefUnwindSafe for M3CodePage
impl !Send for M3CodePage
impl !Sync for M3CodePage
impl Unpin for M3CodePage
impl UnwindSafe for M3CodePage
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