pub struct RegisterDirective {
pub name: String,
pub ty: Option<String>,
pub range: Option<u32>,
pub comment: Option<String>,
pub raw: String,
}Expand description
.reg .ty name
Fields§
§name: String§ty: Option<String>§range: Option<u32>§comment: Option<String>§raw: StringTrait Implementations§
Source§impl Clone for RegisterDirective
impl Clone for RegisterDirective
Source§fn clone(&self) -> RegisterDirective
fn clone(&self) -> RegisterDirective
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisterDirective
impl Debug for RegisterDirective
Source§impl PartialEq for RegisterDirective
impl PartialEq for RegisterDirective
impl StructuralPartialEq for RegisterDirective
Auto Trait Implementations§
impl Freeze for RegisterDirective
impl RefUnwindSafe for RegisterDirective
impl Send for RegisterDirective
impl Sync for RegisterDirective
impl Unpin for RegisterDirective
impl UnwindSafe for RegisterDirective
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