Struct vortex_flatbuffers::array::BufferArgs
source · pub struct BufferArgs {
pub length: u64,
pub padding: u16,
}
Fields§
§length: u64
§padding: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferArgs
impl RefUnwindSafe for BufferArgs
impl Send for BufferArgs
impl Sync for BufferArgs
impl Unpin for BufferArgs
impl UnwindSafe for BufferArgs
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