pub struct SaturnDisc {
pub desired_region_bytes: [u8; 8],
pub desired_mfr_bytes: [u8; 16],
}
Fields§
§desired_region_bytes: [u8; 8]
§desired_mfr_bytes: [u8; 16]
Implementations§
Auto Trait Implementations§
impl Freeze for SaturnDisc
impl RefUnwindSafe for SaturnDisc
impl Send for SaturnDisc
impl Sync for SaturnDisc
impl Unpin for SaturnDisc
impl UnwindSafe for SaturnDisc
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