pub struct L3TargetData {
pub offset: u32,
pub name: &'static str,
}Fields§
§offset: u32§name: &'static strAuto Trait Implementations§
impl Freeze for L3TargetData
impl RefUnwindSafe for L3TargetData
impl Send for L3TargetData
impl Sync for L3TargetData
impl Unpin for L3TargetData
impl UnsafeUnpin for L3TargetData
impl UnwindSafe for L3TargetData
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