Struct bit_field_derive::FieldSpec
source · pub(crate) struct FieldSpec<'a> {
pub(crate) ident: &'a Ident,
pub(crate) ty: &'a Type,
pub(crate) expected_bits: Option<LitInt>,
}
Fields§
§ident: &'a Ident
§ty: &'a Type
§expected_bits: Option<LitInt>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FieldSpec<'a>
impl<'a> !Send for FieldSpec<'a>
impl<'a> !Sync for FieldSpec<'a>
impl<'a> Unpin for FieldSpec<'a>
impl<'a> UnwindSafe for FieldSpec<'a>
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