Function isWriteable [src]
Prototype
pub fn isWriteable(seg: segment_command_64) bool
Parameters
seg: segment_command_64
Source
pub fn isWriteable(seg: segment_command_64) bool {
return seg.initprot & PROT.WRITE != 0;
}
pub fn isWriteable(seg: segment_command_64) bool
seg: segment_command_64
pub fn isWriteable(seg: segment_command_64) bool {
return seg.initprot & PROT.WRITE != 0;
}