Function image::copy_memory
[-] [+]
[src]
pub fn copy_memory(src: &[u8], dst: &mut [u8])
Copies data from src
to dst
Panics if the length of dst
is less than the length of src
.
pub fn copy_memory(src: &[u8], dst: &mut [u8])
Copies data from src
to dst
Panics if the length of dst
is less than the length of src
.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).