pub struct UUIDTextEntry {
pub range_start_offset: u32,
pub entry_size: u32,
}Fields§
§range_start_offset: u32§entry_size: u32Trait Implementations§
Source§impl Debug for UUIDTextEntry
impl Debug for UUIDTextEntry
Source§impl Default for UUIDTextEntry
impl Default for UUIDTextEntry
Source§fn default() -> UUIDTextEntry
fn default() -> UUIDTextEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UUIDTextEntry
impl<'de> Deserialize<'de> for UUIDTextEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UUIDTextEntry
impl RefUnwindSafe for UUIDTextEntry
impl Send for UUIDTextEntry
impl Sync for UUIDTextEntry
impl Unpin for UUIDTextEntry
impl UnwindSafe for UUIDTextEntry
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