pub struct ReprInfo {
pub c: bool,
pub transparent: bool,
pub u8: bool,
pub packed: bool,
}
Fields§
§c: bool
§transparent: bool
§u8: bool
§packed: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReprInfo
impl RefUnwindSafe for ReprInfo
impl Send for ReprInfo
impl Sync for ReprInfo
impl Unpin for ReprInfo
impl UnwindSafe for ReprInfo
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