pub struct PushAlignment(/* private fields */);Expand description
Ensure Push alignment calculations are typesafe (because this helps reduce implementation issues when using FlatBufferBuilder::align).
Implementations§
Auto Trait Implementations§
impl Freeze for PushAlignment
impl RefUnwindSafe for PushAlignment
impl Send for PushAlignment
impl Sync for PushAlignment
impl Unpin for PushAlignment
impl UnwindSafe for PushAlignment
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