Struct sgx_alloc::alignalloc::AlignReq
source · #[repr(C)]pub struct AlignReq {
pub offset: usize,
pub len: usize,
}
Fields§
§offset: usize
§len: usize
Trait Implementations§
source§impl PartialEq for AlignReq
impl PartialEq for AlignReq
impl Copy for AlignReq
impl Eq for AlignReq
impl StructuralEq for AlignReq
impl StructuralPartialEq for AlignReq
Auto Trait Implementations§
impl RefUnwindSafe for AlignReq
impl Send for AlignReq
impl Sync for AlignReq
impl Unpin for AlignReq
impl UnwindSafe for AlignReq
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