pub struct Struct<'a, E: Endianness, W: Write> { /* private fields */ }
Available on crate feature
nbt
only.Trait Implementations§
Source§impl<E: Endianness, W: Write> SerializeStruct for Struct<'_, E, W>
impl<E: Endianness, W: Write> SerializeStruct for Struct<'_, E, W>
Auto Trait Implementations§
impl<'a, E, W> Freeze for Struct<'a, E, W>
impl<'a, E, W> RefUnwindSafe for Struct<'a, E, W>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, E, W> Send for Struct<'a, E, W>
impl<'a, E, W> Sync for Struct<'a, E, W>
impl<'a, E, W> Unpin for Struct<'a, E, W>
impl<'a, E, W> !UnwindSafe for Struct<'a, E, W>
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