pub struct OpaqueTypeLayout {
pub size_bits: Box<Expr>,
pub pointer_alignment_bits: Box<Expr>,
pub field_alignment_bits: Box<Expr>,
pub required_alignment_bits: Box<Expr>,
}Fields§
§size_bits: Box<Expr>§pointer_alignment_bits: Box<Expr>§field_alignment_bits: Box<Expr>§required_alignment_bits: Box<Expr>Trait Implementations§
Source§impl Clone for OpaqueTypeLayout
impl Clone for OpaqueTypeLayout
Source§fn clone(&self) -> OpaqueTypeLayout
fn clone(&self) -> OpaqueTypeLayout
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 OpaqueTypeLayout
impl Debug for OpaqueTypeLayout
Source§impl PartialEq for OpaqueTypeLayout
impl PartialEq for OpaqueTypeLayout
impl Eq for OpaqueTypeLayout
impl StructuralPartialEq for OpaqueTypeLayout
Auto Trait Implementations§
impl Freeze for OpaqueTypeLayout
impl RefUnwindSafe for OpaqueTypeLayout
impl Send for OpaqueTypeLayout
impl Sync for OpaqueTypeLayout
impl Unpin for OpaqueTypeLayout
impl UnwindSafe for OpaqueTypeLayout
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