Struct object::xcoff::SymbolBytes
source · #[repr(C)]pub struct SymbolBytes(pub [u8; 18]);
Tuple Fields§
§0: [u8; 18]
Trait Implementations§
source§impl Clone for SymbolBytes
impl Clone for SymbolBytes
source§fn clone(&self) -> SymbolBytes
fn clone(&self) -> SymbolBytes
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 moresource§impl Debug for SymbolBytes
impl Debug for SymbolBytes
impl Copy for SymbolBytes
impl Pod for SymbolBytes
Auto Trait Implementations§
impl Freeze for SymbolBytes
impl RefUnwindSafe for SymbolBytes
impl Send for SymbolBytes
impl Sync for SymbolBytes
impl Unpin for SymbolBytes
impl UnwindSafe for SymbolBytes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)