Struct layout_lib::LayoutInfo
source · pub struct LayoutInfo {
pub name: &'static str,
pub size: usize,
pub align: usize,
pub fields: Vec<Field>,
}
Fields§
§name: &'static str
type name
size: usize
§align: usize
§fields: Vec<Field>
Implementations§
Trait Implementations§
source§impl Debug for LayoutInfo
impl Debug for LayoutInfo
Auto Trait Implementations§
impl RefUnwindSafe for LayoutInfo
impl Send for LayoutInfo
impl Sync for LayoutInfo
impl Unpin for LayoutInfo
impl UnwindSafe for LayoutInfo
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