Struct open62541_sys::aa_entry
source · #[repr(C)]pub struct aa_entry {
pub left: *mut aa_entry,
pub right: *mut aa_entry,
pub level: c_uint,
}Fields§
§left: *mut aa_entry§right: *mut aa_entry§level: c_uintTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for aa_entry
impl !Send for aa_entry
impl !Sync for aa_entry
impl Unpin for aa_entry
impl UnwindSafe for aa_entry
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