Struct ostree_sys::_OstreeBootloaderGrub2
source · [−]#[repr(C)]pub struct _OstreeBootloaderGrub2(_);Auto Trait Implementations
impl RefUnwindSafe for _OstreeBootloaderGrub2
impl Send for _OstreeBootloaderGrub2
impl Sync for _OstreeBootloaderGrub2
impl Unpin for _OstreeBootloaderGrub2
impl UnwindSafe for _OstreeBootloaderGrub2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more