#[repr(C)]pub struct AlwaysDefd {
pub offset: Int,
pub size: Int,
}
Fields§
§offset: Int
§size: Int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlwaysDefd
impl RefUnwindSafe for AlwaysDefd
impl Send for AlwaysDefd
impl Sync for AlwaysDefd
impl Unpin for AlwaysDefd
impl UnwindSafe for AlwaysDefd
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