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