pub struct AppSeriousWarn {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl BinRead for AppSeriousWarn
impl BinRead for AppSeriousWarn
Source§type Args<'__binrw_generated_args_lifetime> = AppSeriousWarnBinReadArgs
type Args<'__binrw_generated_args_lifetime> = AppSeriousWarnBinReadArgs
Source§fn read_options<R: Read + Seek>(
__binrw_generated_var_reader: &mut R,
__binrw_generated_var_endian: Endian,
__binrw_generated_var_arguments: Self::Args<'_>,
) -> BinResult<Self>
fn read_options<R: Read + Seek>( __binrw_generated_var_reader: &mut R, __binrw_generated_var_endian: Endian, __binrw_generated_var_arguments: Self::Args<'_>, ) -> BinResult<Self>
Source§fn read_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
fn read_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
Read
Self from the reader using the given arguments. Read moreSource§fn read_be_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
fn read_be_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
Read
Self from the reader, assuming big-endian byte order, using the
given arguments. Read moreSource§impl Debug for AppSeriousWarn
impl Debug for AppSeriousWarn
Source§impl ReadEndian for AppSeriousWarn
impl ReadEndian for AppSeriousWarn
Source§const ENDIAN: EndianKind
const ENDIAN: EndianKind
The endianness of the type.
Auto Trait Implementations§
impl Freeze for AppSeriousWarn
impl RefUnwindSafe for AppSeriousWarn
impl Send for AppSeriousWarn
impl Sync for AppSeriousWarn
impl Unpin for AppSeriousWarn
impl UnwindSafe for AppSeriousWarn
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