#[repr(C, packed(1))]pub struct Aspt {
pub num_structs: usize,
}
Fields§
§num_structs: usize
Trait Implementations§
Source§impl IntoBytes for Asptwhere
usize: IntoBytes,
impl IntoBytes for Asptwhere
usize: IntoBytes,
Source§impl KnownLayout for Asptwhere
usize: KnownLayout,
impl KnownLayout for Asptwhere
usize: KnownLayout,
Source§type PointerMetadata = <usize as KnownLayout>::PointerMetadata
type PointerMetadata = <usize as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self
. Read moreimpl Copy for Aspt
impl Immutable for Asptwhere
usize: Immutable,
impl Unaligned for Aspt
Auto Trait Implementations§
impl Freeze for Aspt
impl RefUnwindSafe for Aspt
impl Send for Aspt
impl Sync for Aspt
impl Unpin for Aspt
impl UnwindSafe for Aspt
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