Struct ostree_sys::_OstreeBootloaderSyslinux
source · [−]#[repr(C)]pub struct _OstreeBootloaderSyslinux(_);Auto Trait Implementations
impl RefUnwindSafe for _OstreeBootloaderSyslinux
impl Send for _OstreeBootloaderSyslinux
impl Sync for _OstreeBootloaderSyslinux
impl Unpin for _OstreeBootloaderSyslinux
impl UnwindSafe for _OstreeBootloaderSyslinux
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