Struct ABC
#[repr(C)]pub struct ABC {
pub abcA: i32,
pub abcB: u32,
pub abcC: i32,
}
Fields§
§abcA: i32
§abcB: u32
§abcC: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ABC
impl RefUnwindSafe for ABC
impl Send for ABC
impl Sync for ABC
impl Unpin for ABC
impl UnwindSafe for ABC
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