pub struct FixedLengthList {
pub id: TypeId,
pub interface: Option<String>,
pub name: Option<String>,
pub len: u32,
pub ty: Type,
}Fields§
§id: TypeId§interface: Option<String>§name: Option<String>§len: u32§ty: TypeAuto Trait Implementations§
impl Freeze for FixedLengthList
impl RefUnwindSafe for FixedLengthList
impl Send for FixedLengthList
impl Sync for FixedLengthList
impl Unpin for FixedLengthList
impl UnsafeUnpin for FixedLengthList
impl UnwindSafe for FixedLengthList
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