Skip to main content

write_u32_aligned

Function write_u32_aligned 

Source
pub fn write_u32_aligned<B: ByteOrder, const ALIGN: usize>(
    buf: &mut BytesMut,
    offset: usize,
    value: u32,
)