#[repr(C, packed(1))]pub struct ec_sm {
pub StartAddr: uint16,
pub SMlength: uint16,
pub SMflags: uint32,
}Expand description
record for sync manager
Fields§
§StartAddr: uint16§SMlength: uint16§SMflags: uint32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ec_sm
impl RefUnwindSafe for ec_sm
impl Send for ec_sm
impl Sync for ec_sm
impl Unpin for ec_sm
impl UnwindSafe for ec_sm
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