pub struct Attributes {
pub offsets: Vec<u32>,
pub rows: Vec<Attribute>,
/* private fields */
}Fields§
§offsets: Vec<u32>§rows: Vec<Attribute>Implementations§
Trait Implementations§
Source§impl Debug for Attributes
impl Debug for Attributes
Auto Trait Implementations§
impl !Freeze for Attributes
impl RefUnwindSafe for Attributes
impl Send for Attributes
impl Sync for Attributes
impl Unpin for Attributes
impl UnsafeUnpin for Attributes
impl UnwindSafe for Attributes
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