pub struct LayoutInfo {
pub attrs: Vec<&'static str>,
pub name: &'static str,
pub size: usize,
pub align: usize,
pub structure: Structure,
}
Fields§
§attrs: Vec<&'static str>
§name: &'static str
§size: usize
§align: usize
§structure: Structure
Auto Trait Implementations§
impl Freeze for LayoutInfo
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