pub struct AppWarnBinReadArgBuilder<Field_length> { /* private fields */ }Expand description
A builder for AppWarnBinReadArgs objects. Compatible with binrw::args!.
Implementations§
Source§impl AppWarnBinReadArgBuilder<Needed>
impl AppWarnBinReadArgBuilder<Needed>
Sourcepub fn length(self, val: u16) -> AppWarnBinReadArgBuilder<Satisfied>
pub fn length(self, val: u16) -> AppWarnBinReadArgBuilder<Satisfied>
Sets length to the given value.
Source§impl<Field_length: SatisfiedOrOptional> AppWarnBinReadArgBuilder<Field_length>
impl<Field_length: SatisfiedOrOptional> AppWarnBinReadArgBuilder<Field_length>
Sourcepub fn finalize(self) -> AppWarnBinReadArgs
pub fn finalize(self) -> AppWarnBinReadArgs
Builds the object.
Auto Trait Implementations§
impl<Field_length> Freeze for AppWarnBinReadArgBuilder<Field_length>
impl<Field_length> RefUnwindSafe for AppWarnBinReadArgBuilder<Field_length>where
Field_length: RefUnwindSafe,
impl<Field_length> Send for AppWarnBinReadArgBuilder<Field_length>where
Field_length: Send,
impl<Field_length> Sync for AppWarnBinReadArgBuilder<Field_length>where
Field_length: Sync,
impl<Field_length> Unpin for AppWarnBinReadArgBuilder<Field_length>where
Field_length: Unpin,
impl<Field_length> UnwindSafe for AppWarnBinReadArgBuilder<Field_length>where
Field_length: UnwindSafe,
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