pub struct ActiveAttribute {
pub size: i32,
pub atype: u32,
pub name: String,
}Fields§
§size: i32§atype: u32§name: StringAuto Trait Implementations§
impl Freeze for ActiveAttribute
impl RefUnwindSafe for ActiveAttribute
impl Send for ActiveAttribute
impl Sync for ActiveAttribute
impl Unpin for ActiveAttribute
impl UnwindSafe for ActiveAttribute
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