pub struct LoweredArray {
pub offset: u32,
pub size: u32,
}Fields§
§offset: u32§size: u32Implementations§
Auto Trait Implementations§
impl Freeze for LoweredArray
impl RefUnwindSafe for LoweredArray
impl Send for LoweredArray
impl Sync for LoweredArray
impl Unpin for LoweredArray
impl UnwindSafe for LoweredArray
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