You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having access to the pointer in the different struct could be really handy. Some time it would be useful to simply use the fdisk-sys crate when the wrapper does not offer the function. However, all the pointer are public but within the crate. Does making the pointer public could break something ?
Having access to the pointer in the different struct could be really handy. Some time it would be useful to simply use the
fdisk-syscrate when the wrapper does not offer the function. However, all the pointer are public but within the crate. Does making the pointer public could break something ?