#[repr(C)]pub struct SnapBuild {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
impl Copy for SnapBuild
Auto Trait Implementations§
impl Freeze for SnapBuild
impl RefUnwindSafe for SnapBuild
impl Send for SnapBuild
impl Sync for SnapBuild
impl Unpin for SnapBuild
impl UnwindSafe for SnapBuild
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