pub struct ElementInfo {
pub size: ArchitectureSize,
pub align: Alignment,
}
Expand description
Information per structure element
Fields§
§size: ArchitectureSize
§align: Alignment
Trait Implementations§
source§impl Default for ElementInfo
impl Default for ElementInfo
source§fn default() -> ElementInfo
fn default() -> ElementInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ElementInfo
impl RefUnwindSafe for ElementInfo
impl Send for ElementInfo
impl Sync for ElementInfo
impl Unpin for ElementInfo
impl UnwindSafe for ElementInfo
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