#[repr(C)]pub struct joinLink {
pub enterDirection: c_char,
pub join: *mut joinNode,
pub next: *mut joinLink,
pub bsaveID: c_ulong,
}Fields§
§enterDirection: c_char§join: *mut joinNode§next: *mut joinLink§bsaveID: c_ulongTrait Implementations§
impl Copy for joinLink
Auto Trait Implementations§
impl Freeze for joinLink
impl RefUnwindSafe for joinLink
impl !Send for joinLink
impl !Sync for joinLink
impl Unpin for joinLink
impl UnwindSafe for joinLink
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