#[repr(C)]pub struct AOutSymbols { /* private fields */ }
Expand description
Multiboot format for AOut Symbols
Trait Implementations§
Source§impl Clone for AOutSymbols
impl Clone for AOutSymbols
Source§fn clone(&self) -> AOutSymbols
fn clone(&self) -> AOutSymbols
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 AOutSymbols
impl Debug for AOutSymbols
Source§impl Default for AOutSymbols
impl Default for AOutSymbols
Source§fn default() -> AOutSymbols
fn default() -> AOutSymbols
Returns the “default value” for a type. Read more
impl Copy for AOutSymbols
Auto Trait Implementations§
impl Freeze for AOutSymbols
impl RefUnwindSafe for AOutSymbols
impl Send for AOutSymbols
impl Sync for AOutSymbols
impl Unpin for AOutSymbols
impl UnwindSafe for AOutSymbols
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