pub struct BoxHdlr {
pub header: Option<(u8, u32)>,
pub _reserved1: [u8; 4],
pub handler_type: [u8; 4],
pub _reserved2: [u8; 12],
pub name: String,
}Fields§
§header: Option<(u8, u32)>§_reserved1: [u8; 4]§handler_type: [u8; 4]§_reserved2: [u8; 12]§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BoxHdlr
impl RefUnwindSafe for BoxHdlr
impl Send for BoxHdlr
impl Sync for BoxHdlr
impl Unpin for BoxHdlr
impl UnwindSafe for BoxHdlr
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