pub struct TagType { /* private fields */ }Implementations§
Source§impl TagType
impl TagType
pub fn create(view: &BinaryView, name: &str, icon: &str) -> Ref<Self>
pub fn id(&self) -> String
pub fn icon(&self) -> String
pub fn set_icon(&self, icon: &str)
pub fn name(&self) -> String
pub fn set_name(&self, name: &str)
pub fn visible(&self) -> bool
pub fn set_visible(&self, visible: bool)
pub fn ty(&self) -> TagTypeType
pub fn set_type(&self, ty: TagTypeType)
pub fn view(&self) -> Ref<BinaryView>
Trait Implementations§
Source§impl CoreArrayProvider for TagType
impl CoreArrayProvider for TagType
Source§impl ToOwned for TagType
impl ToOwned for TagType
impl Eq for TagType
impl Send for TagType
impl Sync for TagType
Auto Trait Implementations§
impl Freeze for TagType
impl RefUnwindSafe for TagType
impl Unpin for TagType
impl UnwindSafe for TagType
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