Struct binaryninja::update::UpdateVersion
source · #[repr(C)]pub struct UpdateVersion {
pub version: BnString,
pub notes: BnString,
/* private fields */
}
Fields§
§version: BnString
§notes: BnString
Implementations§
source§impl UpdateVersion
impl UpdateVersion
pub fn time(&self) -> SystemTime
pub fn set_time(&mut self, time: SystemTime)
Trait Implementations§
source§impl Clone for UpdateVersion
impl Clone for UpdateVersion
source§fn clone(&self) -> UpdateVersion
fn clone(&self) -> UpdateVersion
Returns a copy 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 CoreArrayProvider for UpdateVersion
impl CoreArrayProvider for UpdateVersion
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVersion
impl !Send for UpdateVersion
impl !Sync for UpdateVersion
impl Unpin for UpdateVersion
impl UnwindSafe for UpdateVersion
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