#[repr(C, packed(1))]pub struct KssConfig {
pub config_id: ConfigId,
pub config_svn: u16,
}
Fields§
§config_id: ConfigId
§config_svn: u16
Trait Implementations§
impl ContiguousMemory for KssConfig
impl Copy for KssConfig
Auto Trait Implementations§
impl RefUnwindSafe for KssConfig
impl Send for KssConfig
impl Sync for KssConfig
impl Unpin for KssConfig
impl UnwindSafe for KssConfig
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